Categorygithub.com/delphix/dct-sdk-go/v14
modulepackage
14.0.0
Repository: https://github.com/delphix/dct-sdk-go.git
Documentation: pkg.go.dev

# README

DCT Go Client SDK

This is a Go Client SDK leveraging the DCT APIGW.

For SDK usage, please refer to OPENAPI-README.md file

DCT Go Client SDK Generator Script

This is a guide on generation of the client SDK in Go Lang for the DCT Orbital APIGW.

Getting Started

The reources for code generation are present in the 'generation-scripts' directory. The script codegen.sh generates a GO Client SDK using the openapi-generator-cli tool. It generates the SDK, initializes the SDK and runs a test go function.

Prerequisites

Java needs to be installed to run the jar file. And Golang >= 1.17 needs to be installed in the machine where the script is run.

Refer to the official docs of the respective languages for guidance.

Delphix Control Tower SDK for Go

This repository houses the Go Client SDK for Delphix Control Tower APIs ( Multi Cloud Version).

Getting Started

To be added.

Prerequisites

Also the script requires an API Spec file for the DCT-APIGW. A sample file is present in the directory. For the latest spec, please download it from https://raw.githubusercontent.com/delphix/orbital-api-gateway/main/app/src/main/resources/api.yaml

Running the Script

As mentioned above the script requires a spec file.

Run the script as follows

sh codegen.sh api.yaml

On successful run, following tasks will result:

1. Generation of client SDK
2. Initialize the SDK module
3. Run the Test Go file, input the API key and hostname of the Delphix Engine and display list of Engines added to the APIGW

Running the tests

The test.go file executes a get all engines operation on the configured DCT-APIGW. To run the test on your delphix engine, provide the API key and Hostname of the engine when prompted.

Break down into end to end tests

The test essentially tests if the client SDK is functional and should be run before raising a PR. The result of the test will be available at the end of the script as follows.

List of engines are:
my-host.domain.co

If in any case, the test fails, we will be getting a 'test failed' message in the end.

Deployment

Once successful generation of client SDK and the test succeeds, we are ready to raise a PR.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the Apache License 2.0. Full license is available here.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

# Packages

No description provided by the author
No description provided by the author

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
IsNil checks if an input is nil.
NewAccessGroup instantiates a new AccessGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessGroupAccountIdsRequest instantiates a new AccessGroupAccountIdsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessGroupAccountIdsRequestWithDefaults instantiates a new AccessGroupAccountIdsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessGroupScope instantiates a new AccessGroupScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessGroupScopesRequest instantiates a new AccessGroupScopesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessGroupScopesRequestWithDefaults instantiates a new AccessGroupScopesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessGroupScopeWithDefaults instantiates a new AccessGroupScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessGroupUpdateParameters instantiates a new AccessGroupUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccessGroupUpdateParametersWithDefaults instantiates a new AccessGroupUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccessGroupWithDefaults instantiates a new AccessGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccount instantiates a new Account object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreateParameter instantiates a new AccountCreateParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreateParameterWithDefaults instantiates a new AccountCreateParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountCreateResponse instantiates a new AccountCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountCreateResponseWithDefaults instantiates a new AccountCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountLoginParameter instantiates a new AccountLoginParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountLoginParameterWithDefaults instantiates a new AccountLoginParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountUpdateParameter instantiates a new AccountUpdateParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountUpdateParameterWithDefaults instantiates a new AccountUpdateParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountWithDefaults instantiates a new Account object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddEngineToHyperscaleResponse instantiates a new AddEngineToHyperscaleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddEngineToHyperscaleResponseWithDefaults instantiates a new AddEngineToHyperscaleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddEngineToJobResponse instantiates a new AddEngineToJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddEngineToJobResponseWithDefaults instantiates a new AddEngineToJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAdditionalMountPoint instantiates a new AdditionalMountPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAdditionalMountPointWithDefaults instantiates a new AdditionalMountPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlgorithm instantiates a new Algorithm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlgorithmCreateParameters instantiates a new AlgorithmCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlgorithmCreateParametersWithDefaults instantiates a new AlgorithmCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlgorithmRevision instantiates a new AlgorithmRevision object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlgorithmRevisionCreateParameters instantiates a new AlgorithmRevisionCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlgorithmRevisionCreateParametersWithDefaults instantiates a new AlgorithmRevisionCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlgorithmRevisionOriginEngine instantiates a new AlgorithmRevisionOriginEngine object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlgorithmRevisionOriginEngineWithDefaults instantiates a new AlgorithmRevisionOriginEngine object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlgorithmRevisionWithDefaults instantiates a new AlgorithmRevision object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlgorithmWithDefaults instantiates a new Algorithm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAllObjectPermissionsResponse instantiates a new AllObjectPermissionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAllObjectPermissionsResponseWithDefaults instantiates a new AllObjectPermissionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlwaysAllowedPermission instantiates a new AlwaysAllowedPermission object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlwaysAllowedPermissionRequest instantiates a new AlwaysAllowedPermissionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlwaysAllowedPermissionRequestWithDefaults instantiates a new AlwaysAllowedPermissionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlwaysAllowedPermissionWithDefaults instantiates a new AlwaysAllowedPermission object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClassificationConfig instantiates a new APIClassificationConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAPIClassificationConfigWithDefaults instantiates a new APIClassificationConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiClassificationObject instantiates a new ApiClassificationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiClassificationObjectWithDefaults instantiates a new ApiClassificationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewApiUsageData instantiates a new ApiUsageData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiUsageDataWithDefaults instantiates a new ApiUsageData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiUsageReportResponse instantiates a new ApiUsageReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiUsageReportResponseWithDefaults instantiates a new ApiUsageReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAppDataDSourceLinkSourceParameters instantiates a new AppDataDSourceLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppDataDSourceLinkSourceParametersAllOf instantiates a new AppDataDSourceLinkSourceParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAppDataDSourceLinkSourceParametersAllOfWithDefaults instantiates a new AppDataDSourceLinkSourceParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAppDataDSourceLinkSourceParametersWithDefaults instantiates a new AppDataDSourceLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewASEDSourceLinkSourceParameters instantiates a new ASEDSourceLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewASEDSourceLinkSourceParametersAllOf instantiates a new ASEDSourceLinkSourceParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewASEDSourceLinkSourceParametersAllOfWithDefaults instantiates a new ASEDSourceLinkSourceParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewASEDSourceLinkSourceParametersWithDefaults instantiates a new ASEDSourceLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuditLogsSummary instantiates a new AuditLogsSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuditLogsSummaryReportResponse instantiates a new AuditLogsSummaryReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuditLogsSummaryReportResponseWithDefaults instantiates a new AuditLogsSummaryReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuditLogsSummaryTotals instantiates a new AuditLogsSummaryTotals object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAuditLogsSummaryTotalsWithDefaults instantiates a new AuditLogsSummaryTotals object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAuditLogsSummaryWithDefaults instantiates a new AuditLogsSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseDSourceLinkSourceParameters instantiates a new BaseDSourceLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseDSourceLinkSourceParametersWithDefaults instantiates a new BaseDSourceLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseProvisionVDBParameters instantiates a new BaseProvisionVDBParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseProvisionVDBParametersAllOf instantiates a new BaseProvisionVDBParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBaseProvisionVDBParametersAllOfWithDefaults instantiates a new BaseProvisionVDBParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBaseProvisionVDBParametersWithDefaults instantiates a new BaseProvisionVDBParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBookmark instantiates a new Bookmark object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBookmarkCompatibleEnvironmentsResponse instantiates a new BookmarkCompatibleEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBookmarkCompatibleEnvironmentsResponseWithDefaults instantiates a new BookmarkCompatibleEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBookmarkCompatibleRepositoryRequest instantiates a new BookmarkCompatibleRepositoryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBookmarkCompatibleRepositoryRequestWithDefaults instantiates a new BookmarkCompatibleRepositoryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBookmarkCreateParameters instantiates a new BookmarkCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBookmarkCreateParametersWithDefaults instantiates a new BookmarkCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBookmarkWithDefaults instantiates a new Bookmark object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCDB instantiates a new CDB object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCDBWithDefaults instantiates a new CDB object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewChangePasswordParameter instantiates a new ChangePasswordParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewChangePasswordParameterWithDefaults instantiates a new ChangePasswordParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCleanupExecutionResponse instantiates a new CleanupExecutionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCleanupExecutionResponseWithDefaults instantiates a new CleanupExecutionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewClusterNodeInstance instantiates a new ClusterNodeInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewClusterNodeInstanceWithDefaults instantiates a new ClusterNodeInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigSettingsStg instantiates a new ConfigSettingsStg object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigSettingsStgWithDefaults instantiates a new ConfigSettingsStg object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewConnectivityCheckParameters instantiates a new ConnectivityCheckParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectivityCheckParametersWithDefaults instantiates a new ConnectivityCheckParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectivityCheckResponse instantiates a new ConnectivityCheckResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectivityCheckResponseWithDefaults instantiates a new ConnectivityCheckResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnector instantiates a new Connector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectorTestResponse instantiates a new ConnectorTestResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectorTestResponseWithDefaults instantiates a new ConnectorTestResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectorUpdateParameters instantiates a new ConnectorUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConnectorUpdateParametersWithDefaults instantiates a new ConnectorUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConnectorWithDefaults instantiates a new Connector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCopyMaskingJobParameters instantiates a new CopyMaskingJobParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCopyMaskingJobParametersWithDefaults instantiates a new CopyMaskingJobParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCopyMaskingJobResponse instantiates a new CopyMaskingJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCopyMaskingJobResponseWithDefaults instantiates a new CopyMaskingJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAlgorithmResponse instantiates a new CreateAlgorithmResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAlgorithmResponseWithDefaults instantiates a new CreateAlgorithmResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateAlgorithmRevisionResponse instantiates a new CreateAlgorithmRevisionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateAlgorithmRevisionResponseWithDefaults instantiates a new CreateAlgorithmRevisionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateBookmarkResponse instantiates a new CreateBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateBookmarkResponseWithDefaults instantiates a new CreateBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateDatabaseTemplateResponse instantiates a new CreateDatabaseTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateDatabaseTemplateResponseWithDefaults instantiates a new CreateDatabaseTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateEnvironmentResponse instantiates a new CreateEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateEnvironmentResponseWithDefaults instantiates a new CreateEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateEnvironmentUserResponse instantiates a new CreateEnvironmentUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateEnvironmentUserResponseWithDefaults instantiates a new CreateEnvironmentUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateHostResponse instantiates a new CreateHostResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateHostResponseWithDefaults instantiates a new CreateHostResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateHyperscaleConnectorResponse instantiates a new CreateHyperscaleConnectorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateHyperscaleConnectorResponseWithDefaults instantiates a new CreateHyperscaleConnectorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateHyperscaleMountPointResponse instantiates a new CreateHyperscaleMountPointResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateHyperscaleMountPointResponseWithDefaults instantiates a new CreateHyperscaleMountPointResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateMaskingJobRequest instantiates a new CreateMaskingJobRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateMaskingJobRequestWithDefaults instantiates a new CreateMaskingJobRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateMaskingJobResponse instantiates a new CreateMaskingJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateMaskingJobResponseWithDefaults instantiates a new CreateMaskingJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreatePostgresSourceResponse instantiates a new CreatePostgresSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreatePostgresSourceResponseWithDefaults instantiates a new CreatePostgresSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateRole instantiates a new CreateRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateRoleWithDefaults instantiates a new CreateRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVDBGroupRequest instantiates a new CreateVDBGroupRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVDBGroupRequestWithDefaults instantiates a new CreateVDBGroupRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreateVDBGroupResponse instantiates a new CreateVDBGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreateVDBGroupResponseWithDefaults instantiates a new CreateVDBGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCredentialsEnvVariable instantiates a new CredentialsEnvVariable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCredentialsEnvVariableWithDefaults instantiates a new CredentialsEnvVariable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDatabaseConnectivityCheckParameters instantiates a new DatabaseConnectivityCheckParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDatabaseConnectivityCheckParametersWithDefaults instantiates a new DatabaseConnectivityCheckParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDatabaseTemplate instantiates a new DatabaseTemplate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDatabaseTemplateCreateParameters instantiates a new DatabaseTemplateCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDatabaseTemplateCreateParametersWithDefaults instantiates a new DatabaseTemplateCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDatabaseTemplateWithDefaults instantiates a new DatabaseTemplate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataPointByLocationParameters instantiates a new DataPointByLocationParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataPointByLocationParametersWithDefaults instantiates a new DataPointByLocationParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataPointBySnapshotParameters instantiates a new DataPointBySnapshotParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataPointBySnapshotParametersWithDefaults instantiates a new DataPointBySnapshotParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataPointByTimestampParameters instantiates a new DataPointByTimestampParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataPointByTimestampParametersWithDefaults instantiates a new DataPointByTimestampParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataPointFromBookmarkParameters instantiates a new DataPointFromBookmarkParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataPointFromBookmarkParametersWithDefaults instantiates a new DataPointFromBookmarkParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDatasetGroup instantiates a new DatasetGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDatasetGroupWithDefaults instantiates a new DatasetGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteAlgorithmResponse instantiates a new DeleteAlgorithmResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteAlgorithmResponseWithDefaults instantiates a new DeleteAlgorithmResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteAlgorithmRevisionResponse instantiates a new DeleteAlgorithmRevisionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteAlgorithmRevisionResponseWithDefaults instantiates a new DeleteAlgorithmRevisionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDatabaseTemplateResponse instantiates a new DeleteDatabaseTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDatabaseTemplateResponseWithDefaults instantiates a new DeleteDatabaseTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteDSourceRequest instantiates a new DeleteDSourceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteDSourceRequestWithDefaults instantiates a new DeleteDSourceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteEngineResponse instantiates a new DeleteEngineResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteEngineResponseWithDefaults instantiates a new DeleteEngineResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteEnvironmentResponse instantiates a new DeleteEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteEnvironmentResponseWithDefaults instantiates a new DeleteEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteEnvironmentUserResponse instantiates a new DeleteEnvironmentUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteEnvironmentUserResponseWithDefaults instantiates a new DeleteEnvironmentUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteHostResponse instantiates a new DeleteHostResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteHostResponseWithDefaults instantiates a new DeleteHostResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteHyperscaleConnectorResponse instantiates a new DeleteHyperscaleConnectorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteHyperscaleConnectorResponseWithDefaults instantiates a new DeleteHyperscaleConnectorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteHyperscaleMountPointResponse instantiates a new DeleteHyperscaleMountPointResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteHyperscaleMountPointResponseWithDefaults instantiates a new DeleteHyperscaleMountPointResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteMaskingJobResponse instantiates a new DeleteMaskingJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteMaskingJobResponseWithDefaults instantiates a new DeleteMaskingJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteMaskingPluginResponse instantiates a new DeleteMaskingPluginResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteMaskingPluginResponseWithDefaults instantiates a new DeleteMaskingPluginResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteScopedObjectItem instantiates a new DeleteScopedObjectItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteScopedObjectItemWithDefaults instantiates a new DeleteScopedObjectItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteScopeObjectTags instantiates a new DeleteScopeObjectTags object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteScopeObjectTagsWithDefaults instantiates a new DeleteScopeObjectTags object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSnapshotResponse instantiates a new DeleteSnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSnapshotResponseWithDefaults instantiates a new DeleteSnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteSourceResponse instantiates a new DeleteSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteSourceResponseWithDefaults instantiates a new DeleteSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteTag instantiates a new DeleteTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteTagWithDefaults instantiates a new DeleteTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteTimeflowResponse instantiates a new DeleteTimeflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteTimeflowResponseWithDefaults instantiates a new DeleteTimeflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVDBParameters instantiates a new DeleteVDBParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVDBParametersWithDefaults instantiates a new DeleteVDBParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeleteVDBResponse instantiates a new DeleteVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeleteVDBResponseWithDefaults instantiates a new DeleteVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisableDsourceParameters instantiates a new DisableDsourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisableDsourceParametersWithDefaults instantiates a new DisableDsourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisableDsourceResponse instantiates a new DisableDsourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisableDsourceResponseWithDefaults instantiates a new DisableDsourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisableEnvironmentResponse instantiates a new DisableEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisableEnvironmentResponseWithDefaults instantiates a new DisableEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisableVDBParameters instantiates a new DisableVDBParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisableVDBParametersWithDefaults instantiates a new DisableVDBParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDisableVDBResponse instantiates a new DisableVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDisableVDBResponseWithDefaults instantiates a new DisableVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDomain instantiates a new Domain object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDomainWithDefaults instantiates a new Domain object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSource instantiates a new DSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceConsumptionData instantiates a new DSourceConsumptionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceConsumptionDataWithDefaults instantiates a new DSourceConsumptionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceConsumptionReportResponse instantiates a new DSourceConsumptionReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceConsumptionReportResponseWithDefaults instantiates a new DSourceConsumptionReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceHooks instantiates a new DSourceHooks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceHooksOpsPreSyncInner instantiates a new DSourceHooksOpsPreSyncInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceHooksOpsPreSyncInnerWithDefaults instantiates a new DSourceHooksOpsPreSyncInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceHooksWithDefaults instantiates a new DSourceHooks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceSnapshotParameters instantiates a new DSourceSnapshotParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceSnapshotParametersWithDefaults instantiates a new DSourceSnapshotParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceUsageData instantiates a new DSourceUsageData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceUsageDataWithDefaults instantiates a new DSourceUsageData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceUsageReportResponse instantiates a new DSourceUsageReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDSourceUsageReportResponseWithDefaults instantiates a new DSourceUsageReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDSourceWithDefaults instantiates a new DSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEffectiveScope instantiates a new EffectiveScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEffectiveScopeWithDefaults instantiates a new EffectiveScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnableDsourceParameters instantiates a new EnableDsourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnableDsourceParametersWithDefaults instantiates a new EnableDsourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnableDsourceResponse instantiates a new EnableDsourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnableDsourceResponseWithDefaults instantiates a new EnableDsourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnableEnvironmentResponse instantiates a new EnableEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnableEnvironmentResponseWithDefaults instantiates a new EnableEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnableScaleTestingRequest instantiates a new EnableScaleTestingRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnableScaleTestingRequestWithDefaults instantiates a new EnableScaleTestingRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnableVDBParameters instantiates a new EnableVDBParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnableVDBParametersWithDefaults instantiates a new EnableVDBParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnableVDBResponse instantiates a new EnableVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnableVDBResponseWithDefaults instantiates a new EnableVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEngine instantiates a new Engine object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEngineIdBody instantiates a new EngineIdBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEngineIdBodyWithDefaults instantiates a new EngineIdBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnginePerformanceAnalytic instantiates a new EnginePerformanceAnalytic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnginePerformanceAnalyticReportResponse instantiates a new EnginePerformanceAnalyticReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnginePerformanceAnalyticReportResponseWithDefaults instantiates a new EnginePerformanceAnalyticReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnginePerformanceAnalyticTrend instantiates a new EnginePerformanceAnalyticTrend object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnginePerformanceAnalyticTrendDatapointInner instantiates a new EnginePerformanceAnalyticTrendDatapointInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnginePerformanceAnalyticTrendDatapointInnerWithDefaults instantiates a new EnginePerformanceAnalyticTrendDatapointInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnginePerformanceAnalyticTrendResponse instantiates a new EnginePerformanceAnalyticTrendResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnginePerformanceAnalyticTrendResponseWithDefaults instantiates a new EnginePerformanceAnalyticTrendResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnginePerformanceAnalyticTrendWithDefaults instantiates a new EnginePerformanceAnalyticTrend object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnginePerformanceAnalyticWithDefaults instantiates a new EnginePerformanceAnalytic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEngineRegistrationParameter instantiates a new EngineRegistrationParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEngineRegistrationParameterWithDefaults instantiates a new EngineRegistrationParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEngineWithDefaults instantiates a new Engine object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironment instantiates a new Environment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentCreateParameters instantiates a new EnvironmentCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentCreateParametersWithDefaults instantiates a new EnvironmentCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentRepository instantiates a new EnvironmentRepository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentRepositoryAllOf instantiates a new EnvironmentRepositoryAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentRepositoryAllOfWithDefaults instantiates a new EnvironmentRepositoryAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentRepositoryWithDefaults instantiates a new EnvironmentRepository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentUpdateParameters instantiates a new EnvironmentUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentUpdateParametersWithDefaults instantiates a new EnvironmentUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentUser instantiates a new EnvironmentUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentUserParams instantiates a new EnvironmentUserParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnvironmentUserParamsWithDefaults instantiates a new EnvironmentUserParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentUserWithDefaults instantiates a new EnvironmentUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnvironmentWithDefaults instantiates a new Environment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewError instantiates a new Error object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewErrorWithDefaults instantiates a new Error object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecuteMaskingJobParameters instantiates a new ExecuteMaskingJobParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecuteMaskingJobParametersWithDefaults instantiates a new ExecuteMaskingJobParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecuteMaskingJobResponse instantiates a new ExecuteMaskingJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecuteMaskingJobResponseWithDefaults instantiates a new ExecuteMaskingJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecution instantiates a new Execution object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecutionCancelParameters instantiates a new ExecutionCancelParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecutionCancelParametersWithDefaults instantiates a new ExecutionCancelParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecutionEvent instantiates a new ExecutionEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecutionEventWithDefaults instantiates a new ExecutionEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecutionLog instantiates a new ExecutionLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExecutionLogWithDefaults instantiates a new ExecutionLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExecutionWithDefaults instantiates a new Execution object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFindByLocationResponse instantiates a new FindByLocationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFindByLocationResponseWithDefaults instantiates a new FindByLocationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFindByTimestampResponse instantiates a new FindByTimestampResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFindByTimestampResponseWithDefaults instantiates a new FindByTimestampResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFramework instantiates a new Framework object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFrameworkWithDefaults instantiates a new Framework object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGlobalProperties instantiates a new GlobalProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGlobalPropertiesWithDefaults instantiates a new GlobalProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHashicorpVault instantiates a new HashicorpVault object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHashicorpVaultWithDefaults instantiates a new HashicorpVault object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHook instantiates a new Hook object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHookWithDefaults instantiates a new Hook object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHost instantiates a new Host object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHostCreateParameters instantiates a new HostCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHostCreateParametersWithDefaults instantiates a new HostCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHostUpdateParameters instantiates a new HostUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHostUpdateParametersWithDefaults instantiates a new HostUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHostWithDefaults instantiates a new Host object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleColumnOrField instantiates a new HyperscaleColumnOrField object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleColumnOrFieldWithDefaults instantiates a new HyperscaleColumnOrField object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleConnector instantiates a new HyperscaleConnector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleConnectorUpdateParameters instantiates a new HyperscaleConnectorUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleConnectorUpdateParametersWithDefaults instantiates a new HyperscaleConnectorUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleConnectorWithDefaults instantiates a new HyperscaleConnector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleDataset instantiates a new HyperscaleDataset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleDatasetTableOrFile instantiates a new HyperscaleDatasetTableOrFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleDatasetTableOrFileUpdateParameters instantiates a new HyperscaleDatasetTableOrFileUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleDatasetTableOrFileUpdateParametersWithDefaults instantiates a new HyperscaleDatasetTableOrFileUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleDatasetTableOrFileWithDefaults instantiates a new HyperscaleDatasetTableOrFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleDatasetUpdateParameters instantiates a new HyperscaleDatasetUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleDatasetUpdateParametersWithDefaults instantiates a new HyperscaleDatasetUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleDatasetWithDefaults instantiates a new HyperscaleDataset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleDataTypeEnumFromValue returns a pointer to a valid HyperscaleDataTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHyperscaleInstance instantiates a new HyperscaleInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleInstanceRegistrationParameter instantiates a new HyperscaleInstanceRegistrationParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleInstanceRegistrationParameterWithDefaults instantiates a new HyperscaleInstanceRegistrationParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleInstanceUpdateParams instantiates a new HyperscaleInstanceUpdateParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleInstanceUpdateParamsWithDefaults instantiates a new HyperscaleInstanceUpdateParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleInstanceWithDefaults instantiates a new HyperscaleInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleMountPoint instantiates a new HyperscaleMountPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleMountPointUpdateParameters instantiates a new HyperscaleMountPointUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleMountPointUpdateParametersWithDefaults instantiates a new HyperscaleMountPointUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleMountPointWithDefaults instantiates a new HyperscaleMountPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleTaskError instantiates a new HyperscaleTaskError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleTaskErrorWithDefaults instantiates a new HyperscaleTaskError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHyperscaleTaskEvent instantiates a new HyperscaleTaskEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHyperscaleTaskEventWithDefaults instantiates a new HyperscaleTaskEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInstallMaskingPluginParameters instantiates a new InstallMaskingPluginParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInstallMaskingPluginParametersWithDefaults instantiates a new InstallMaskingPluginParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInstallMaskingPluginResponse instantiates a new InstallMaskingPluginResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInstallMaskingPluginResponseWithDefaults instantiates a new InstallMaskingPluginResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJob instantiates a new Job object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewJobWithDefaults instantiates a new Job object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKDCServers instantiates a new KDCServers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKDCServersWithDefaults instantiates a new KDCServers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewKerberosConfig instantiates a new KerberosConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKerberosConfigWithDefaults instantiates a new KerberosConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLDAPConfigParams instantiates a new LDAPConfigParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLDAPConfigParamsWithDefaults instantiates a new LDAPConfigParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapConfigValidateParameter instantiates a new LdapConfigValidateParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapConfigValidateParameterWithDefaults instantiates a new LdapConfigValidateParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLdapValidateResponse instantiates a new LdapValidateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLdapValidateResponseWithDefaults instantiates a new LdapValidateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkDSourceDefaultRequest instantiates a new LinkDSourceDefaultRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkDSourceDefaultRequestWithDefaults instantiates a new LinkDSourceDefaultRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkDSourceResponse instantiates a new LinkDSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkDSourceResponseWithDefaults instantiates a new LinkDSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkStagingPushDSourceDefaultRequest instantiates a new LinkStagingPushDSourceDefaultRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkStagingPushDSourceDefaultRequestWithDefaults instantiates a new LinkStagingPushDSourceDefaultRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAccessGroupsResponse instantiates a new ListAccessGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAccessGroupsResponseWithDefaults instantiates a new ListAccessGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAccountsResponse instantiates a new ListAccountsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAccountsResponseWithDefaults instantiates a new ListAccountsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAlgorithmRevisionsResponse instantiates a new ListAlgorithmRevisionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAlgorithmRevisionsResponseWithDefaults instantiates a new ListAlgorithmRevisionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListAlgorithmsResponse instantiates a new ListAlgorithmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListAlgorithmsResponseWithDefaults instantiates a new ListAlgorithmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListBookmarksByVDBGroupsResponse instantiates a new ListBookmarksByVDBGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListBookmarksByVDBGroupsResponseWithDefaults instantiates a new ListBookmarksByVDBGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListBookmarksByVDBResponse instantiates a new ListBookmarksByVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListBookmarksByVDBResponseWithDefaults instantiates a new ListBookmarksByVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListBookmarksResponse instantiates a new ListBookmarksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListBookmarksResponseWithDefaults instantiates a new ListBookmarksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListCDBsResponse instantiates a new ListCDBsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListCDBsResponseWithDefaults instantiates a new ListCDBsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListConnectorsResponse instantiates a new ListConnectorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListConnectorsResponseWithDefaults instantiates a new ListConnectorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListDatabaseTemplatesResponse instantiates a new ListDatabaseTemplatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListDatabaseTemplatesResponseWithDefaults instantiates a new ListDatabaseTemplatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListDSourcesResponse instantiates a new ListDSourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListDSourcesResponseWithDefaults instantiates a new ListDSourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListEnvironmentsResponse instantiates a new ListEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListEnvironmentsResponseWithDefaults instantiates a new ListEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListEnvironmentUsers instantiates a new ListEnvironmentUsers object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListEnvironmentUsersWithDefaults instantiates a new ListEnvironmentUsers object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListExecutionEventsResponse instantiates a new ListExecutionEventsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListExecutionEventsResponseWithDefaults instantiates a new ListExecutionEventsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListExecutionsResponse instantiates a new ListExecutionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListExecutionsResponseWithDefaults instantiates a new ListExecutionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListGroupsResponse instantiates a new ListGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListGroupsResponseWithDefaults instantiates a new ListGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListHashicorpVaultsResponse instantiates a new ListHashicorpVaultsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListHashicorpVaultsResponseWithDefaults instantiates a new ListHashicorpVaultsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListHyperscaleConnectorsResponse instantiates a new ListHyperscaleConnectorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListHyperscaleConnectorsResponseWithDefaults instantiates a new ListHyperscaleConnectorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListHyperscaleDatasetsResponse instantiates a new ListHyperscaleDatasetsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListHyperscaleDatasetsResponseWithDefaults instantiates a new ListHyperscaleDatasetsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListHyperscaleDatasetTablesOrFilesResponse instantiates a new ListHyperscaleDatasetTablesOrFilesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListHyperscaleDatasetTablesOrFilesResponseWithDefaults instantiates a new ListHyperscaleDatasetTablesOrFilesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListHyperscaleInstancesResponse instantiates a new ListHyperscaleInstancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListHyperscaleInstancesResponseWithDefaults instantiates a new ListHyperscaleInstancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListHyperscaleMountPointsResponse instantiates a new ListHyperscaleMountPointsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListHyperscaleMountPointsResponseWithDefaults instantiates a new ListHyperscaleMountPointsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListJobsResponse instantiates a new ListJobsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListJobsResponseWithDefaults instantiates a new ListJobsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListKerberosConfigsResponse instantiates a new ListKerberosConfigsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListKerberosConfigsResponseWithDefaults instantiates a new ListKerberosConfigsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListMaskingEnvironmentsResponse instantiates a new ListMaskingEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListMaskingEnvironmentsResponseWithDefaults instantiates a new ListMaskingEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListMaskingJobSourceEnginesResponse instantiates a new ListMaskingJobSourceEnginesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListMaskingJobSourceEnginesResponseWithDefaults instantiates a new ListMaskingJobSourceEnginesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListMaskingJobsResponse instantiates a new ListMaskingJobsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListMaskingJobsResponseWithDefaults instantiates a new ListMaskingJobsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListMaskingPluginsResponse instantiates a new ListMaskingPluginsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListMaskingPluginsResponseWithDefaults instantiates a new ListMaskingPluginsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListPasswordVaultsResponse instantiates a new ListPasswordVaultsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListPasswordVaultsResponseWithDefaults instantiates a new ListPasswordVaultsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListRegisteredEnginesResponse instantiates a new ListRegisteredEnginesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListRegisteredEnginesResponseWithDefaults instantiates a new ListRegisteredEnginesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListReplicationProfilesResponse instantiates a new ListReplicationProfilesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListReplicationProfilesResponseWithDefaults instantiates a new ListReplicationProfilesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListReportingScheduleResponse instantiates a new ListReportingScheduleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListReportingScheduleResponseWithDefaults instantiates a new ListReportingScheduleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListRolesResponse instantiates a new ListRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListRolesResponseWithDefaults instantiates a new ListRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListSnapshotsResponse instantiates a new ListSnapshotsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListSnapshotsResponseWithDefaults instantiates a new ListSnapshotsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListSourcesResponse instantiates a new ListSourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListSourcesResponseWithDefaults instantiates a new ListSourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListStagingSourcesResponse instantiates a new ListStagingSourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListStagingSourcesResponseWithDefaults instantiates a new ListStagingSourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListTimeflowsResponse instantiates a new ListTimeflowsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListTimeflowsResponseWithDefaults instantiates a new ListTimeflowsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListToolkitResponse instantiates a new ListToolkitResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListToolkitResponseWithDefaults instantiates a new ListToolkitResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListVCDBsResponse instantiates a new ListVCDBsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListVCDBsResponseWithDefaults instantiates a new ListVCDBsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListVDBGroupsByBookmarkResponse instantiates a new ListVDBGroupsByBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListVDBGroupsByBookmarkResponseWithDefaults instantiates a new ListVDBGroupsByBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListVDBGroupsResponse instantiates a new ListVDBGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListVDBGroupsResponseWithDefaults instantiates a new ListVDBGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListVDBsResponse instantiates a new ListVDBsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListVDBsResponseWithDefaults instantiates a new ListVDBsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListVirtualizationPoliciesResponse instantiates a new ListVirtualizationPoliciesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListVirtualizationPoliciesResponseWithDefaults instantiates a new ListVirtualizationPoliciesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationCompatibleEnvironmentsResponse instantiates a new LocationCompatibleEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationCompatibleEnvironmentsResponseWithDefaults instantiates a new LocationCompatibleEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationCompatibleRepositoryRequest instantiates a new LocationCompatibleRepositoryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationCompatibleRepositoryRequestWithDefaults instantiates a new LocationCompatibleRepositoryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLockVDBGroupParameters instantiates a new LockVDBGroupParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLockVDBGroupParametersWithDefaults instantiates a new LockVDBGroupParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLockVDBParameters instantiates a new LockVDBParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLockVDBParametersWithDefaults instantiates a new LockVDBParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoginToken instantiates a new LoginToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoginTokenWithDefaults instantiates a new LoginToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingEnvironment instantiates a new MaskingEnvironment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingEnvironmentWithDefaults instantiates a new MaskingEnvironment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingExecutionMetrics instantiates a new MaskingExecutionMetrics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingExecutionMetricsReportResponse instantiates a new MaskingExecutionMetricsReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingExecutionMetricsReportResponseWithDefaults instantiates a new MaskingExecutionMetricsReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingExecutionMetricsWithDefaults instantiates a new MaskingExecutionMetrics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingFileUpload instantiates a new MaskingFileUpload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingFileUploadParameters instantiates a new MaskingFileUploadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingFileUploadParametersWithDefaults instantiates a new MaskingFileUploadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingFileUploadResponse instantiates a new MaskingFileUploadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingFileUploadResponseWithDefaults instantiates a new MaskingFileUploadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingFileUploadWithDefaults instantiates a new MaskingFileUpload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingJob instantiates a new MaskingJob object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingJobConnectorsResponse instantiates a new MaskingJobConnectorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingJobConnectorsResponseWithDefaults instantiates a new MaskingJobConnectorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingJobSourceEngine instantiates a new MaskingJobSourceEngine object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingJobSourceEngineWithDefaults instantiates a new MaskingJobSourceEngine object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingJobWithDefaults instantiates a new MaskingJob object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingPlugin instantiates a new MaskingPlugin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingPluginWithDefaults instantiates a new MaskingPlugin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaskingRuleset instantiates a new MaskingRuleset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaskingRulesetWithDefaults instantiates a new MaskingRuleset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMetadataDbInfo instantiates a new MetadataDbInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetadataDbInfoWithDefaults instantiates a new MetadataDbInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMigrateMaskingJobParameters instantiates a new MigrateMaskingJobParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMigrateMaskingJobParametersWithDefaults instantiates a new MigrateMaskingJobParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMigrateMaskingJobResponse instantiates a new MigrateMaskingJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMigrateMaskingJobResponseWithDefaults instantiates a new MigrateMaskingJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMSSQLDSourceLinkSourceParameters instantiates a new MSSQLDSourceLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMSSQLDSourceLinkSourceParametersAllOf instantiates a new MSSQLDSourceLinkSourceParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMSSQLDSourceLinkSourceParametersAllOfWithDefaults instantiates a new MSSQLDSourceLinkSourceParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMSSQLDSourceLinkSourceParametersWithDefaults instantiates a new MSSQLDSourceLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMSSQLDSourceStagingPushLinkSourceParameters instantiates a new MSSQLDSourceStagingPushLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMSSQLDSourceStagingPushLinkSourceParametersAllOf instantiates a new MSSQLDSourceStagingPushLinkSourceParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMSSQLDSourceStagingPushLinkSourceParametersAllOfWithDefaults instantiates a new MSSQLDSourceStagingPushLinkSourceParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMSSQLDSourceStagingPushLinkSourceParametersWithDefaults instantiates a new MSSQLDSourceStagingPushLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNameValuePair instantiates a new NameValuePair object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNameValuePairWithDefaults instantiates a new NameValuePair object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectPermissionAccessGroups instantiates a new ObjectPermissionAccessGroups object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectPermissionAccessGroupsWithDefaults instantiates a new ObjectPermissionAccessGroups object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectPermissionAccount instantiates a new ObjectPermissionAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectPermissionAccountWithDefaults instantiates a new ObjectPermissionAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectPermissionsResponse instantiates a new ObjectPermissionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectPermissionsResponseWithDefaults instantiates a new ObjectPermissionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewObjectTypeEnumFromValue returns a pointer to a valid ObjectTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewObjectTypeProperty instantiates a new ObjectTypeProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectTypePropertyWithDefaults instantiates a new ObjectTypeProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleClusterNodeInstance instantiates a new OracleClusterNodeInstance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleClusterNodeInstanceWithDefaults instantiates a new OracleClusterNodeInstance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleDSourceLinkSourceParameters instantiates a new OracleDSourceLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleDSourceLinkSourceParametersAllOf instantiates a new OracleDSourceLinkSourceParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleDSourceLinkSourceParametersAllOfWithDefaults instantiates a new OracleDSourceLinkSourceParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleDSourceLinkSourceParametersWithDefaults instantiates a new OracleDSourceLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleLinkStagingPushDSourceDefaultRequest instantiates a new OracleLinkStagingPushDSourceDefaultRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleLinkStagingPushDSourceDefaultRequestWithDefaults instantiates a new OracleLinkStagingPushDSourceDefaultRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleListener instantiates a new OracleListener object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleListenerWithDefaults instantiates a new OracleListener object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleRacCustomEnvFile instantiates a new OracleRacCustomEnvFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleRacCustomEnvFileWithDefaults instantiates a new OracleRacCustomEnvFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleRacCustomEnvVar instantiates a new OracleRacCustomEnvVar object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleRacCustomEnvVarWithDefaults instantiates a new OracleRacCustomEnvVar object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleStagingPushDSourceLinkSourceParameters instantiates a new OracleStagingPushDSourceLinkSourceParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleStagingPushDSourceLinkSourceParametersAllOf instantiates a new OracleStagingPushDSourceLinkSourceParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleStagingPushDSourceLinkSourceParametersAllOfWithDefaults instantiates a new OracleStagingPushDSourceLinkSourceParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleStagingPushDSourceLinkSourceParametersWithDefaults instantiates a new OracleStagingPushDSourceLinkSourceParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOracleVirtualIP instantiates a new OracleVirtualIP object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOracleVirtualIPWithDefaults instantiates a new OracleVirtualIP object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedResponseMetadata instantiates a new PaginatedResponseMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedResponseMetadataWithDefaults instantiates a new PaginatedResponseMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordPoliciesParams instantiates a new PasswordPoliciesParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordPoliciesParamsWithDefaults instantiates a new PasswordPoliciesParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPasswordVault instantiates a new PasswordVault object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPasswordVaultWithDefaults instantiates a new PasswordVault object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionEnumFromValue returns a pointer to a valid PermissionEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPermissionObject instantiates a new PermissionObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionObjectWithDefaults instantiates a new PermissionObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionProperty instantiates a new PermissionProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionPropertyWithDefaults instantiates a new PermissionProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPermissionsRequest instantiates a new PermissionsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPermissionsRequestWithDefaults instantiates a new PermissionsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostgresSourceCreateParameters instantiates a new PostgresSourceCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostgresSourceCreateParametersWithDefaults instantiates a new PostgresSourceCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostgresSourceUpdateParameters instantiates a new PostgresSourceUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostgresSourceUpdateParametersWithDefaults instantiates a new PostgresSourceUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPrimaryEnvironmentUserResponse instantiates a new PrimaryEnvironmentUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPrimaryEnvironmentUserResponseWithDefaults instantiates a new PrimaryEnvironmentUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProductHistory instantiates a new ProductHistory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProductHistoryWithDefaults instantiates a new ProductHistory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProductInfo instantiates a new ProductInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProductInfoWithDefaults instantiates a new ProductInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProductRegistrationOfflinePayload instantiates a new ProductRegistrationOfflinePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProductRegistrationOfflinePayloadWithDefaults instantiates a new ProductRegistrationOfflinePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProductRegistrationOnlinePayload instantiates a new ProductRegistrationOnlinePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProductRegistrationOnlinePayloadWithDefaults instantiates a new ProductRegistrationOnlinePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBByLocationDefaultsRequest instantiates a new ProvisionVDBByLocationDefaultsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBByLocationDefaultsRequestWithDefaults instantiates a new ProvisionVDBByLocationDefaultsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBByLocationParameters instantiates a new ProvisionVDBByLocationParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBByLocationParametersAllOf instantiates a new ProvisionVDBByLocationParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBByLocationParametersAllOfWithDefaults instantiates a new ProvisionVDBByLocationParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBByLocationParametersWithDefaults instantiates a new ProvisionVDBByLocationParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBBySnapshotDefaultsRequest instantiates a new ProvisionVDBBySnapshotDefaultsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBBySnapshotDefaultsRequestWithDefaults instantiates a new ProvisionVDBBySnapshotDefaultsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBBySnapshotParameters instantiates a new ProvisionVDBBySnapshotParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBBySnapshotParametersAllOf instantiates a new ProvisionVDBBySnapshotParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBBySnapshotParametersAllOfWithDefaults instantiates a new ProvisionVDBBySnapshotParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBBySnapshotParametersWithDefaults instantiates a new ProvisionVDBBySnapshotParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBByTimestampDefaultsRequest instantiates a new ProvisionVDBByTimestampDefaultsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBByTimestampDefaultsRequestWithDefaults instantiates a new ProvisionVDBByTimestampDefaultsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBByTimestampParameters instantiates a new ProvisionVDBByTimestampParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBByTimestampParametersAllOf instantiates a new ProvisionVDBByTimestampParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBByTimestampParametersAllOfWithDefaults instantiates a new ProvisionVDBByTimestampParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBByTimestampParametersWithDefaults instantiates a new ProvisionVDBByTimestampParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBFromBookmarkDefaultsRequest instantiates a new ProvisionVDBFromBookmarkDefaultsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBFromBookmarkDefaultsRequestWithDefaults instantiates a new ProvisionVDBFromBookmarkDefaultsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBFromBookmarkParameters instantiates a new ProvisionVDBFromBookmarkParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBFromBookmarkParametersAllOf instantiates a new ProvisionVDBFromBookmarkParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBFromBookmarkParametersAllOfWithDefaults instantiates a new ProvisionVDBFromBookmarkParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBFromBookmarkParametersWithDefaults instantiates a new ProvisionVDBFromBookmarkParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBGroupFromBookmarkParameters instantiates a new ProvisionVDBGroupFromBookmarkParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBGroupFromBookmarkParametersWithDefaults instantiates a new ProvisionVDBGroupFromBookmarkParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBGroupFromBookmarkResponse instantiates a new ProvisionVDBGroupFromBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBGroupFromBookmarkResponseWithDefaults instantiates a new ProvisionVDBGroupFromBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProvisionVDBResponse instantiates a new ProvisionVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProvisionVDBResponseWithDefaults instantiates a new ProvisionVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewProxyConfiguration instantiates a new ProxyConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProxyConfigurationWithDefaults instantiates a new ProxyConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshEnvironmentResponse instantiates a new RefreshEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshEnvironmentResponseWithDefaults instantiates a new RefreshEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBByLocationParameters instantiates a new RefreshVDBByLocationParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBByLocationParametersWithDefaults instantiates a new RefreshVDBByLocationParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBByLocationResponse instantiates a new RefreshVDBByLocationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBByLocationResponseWithDefaults instantiates a new RefreshVDBByLocationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBBySnapshotParameters instantiates a new RefreshVDBBySnapshotParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBBySnapshotParametersWithDefaults instantiates a new RefreshVDBBySnapshotParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBBySnapshotResponse instantiates a new RefreshVDBBySnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBBySnapshotResponseWithDefaults instantiates a new RefreshVDBBySnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBByTimestampParameters instantiates a new RefreshVDBByTimestampParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBByTimestampParametersAllOf instantiates a new RefreshVDBByTimestampParametersAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBByTimestampParametersAllOfWithDefaults instantiates a new RefreshVDBByTimestampParametersAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBByTimestampParametersWithDefaults instantiates a new RefreshVDBByTimestampParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBByTimestampResponse instantiates a new RefreshVDBByTimestampResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBByTimestampResponseWithDefaults instantiates a new RefreshVDBByTimestampResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBFromBookmarkParameters instantiates a new RefreshVDBFromBookmarkParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBFromBookmarkParametersWithDefaults instantiates a new RefreshVDBFromBookmarkParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBFromBookmarkResponse instantiates a new RefreshVDBFromBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBFromBookmarkResponseWithDefaults instantiates a new RefreshVDBFromBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBGroupParameters instantiates a new RefreshVDBGroupParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBGroupParametersWithDefaults instantiates a new RefreshVDBGroupParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRefreshVDBGroupResponse instantiates a new RefreshVDBGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRefreshVDBGroupResponseWithDefaults instantiates a new RefreshVDBGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegisteredEngine instantiates a new RegisteredEngine object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRegisteredEngineWithDefaults instantiates a new RegisteredEngine object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReImportMaskingJobResponse instantiates a new ReImportMaskingJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReImportMaskingJobResponseWithDefaults instantiates a new ReImportMaskingJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveEngineFromHyperscaleResponse instantiates a new RemoveEngineFromHyperscaleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveEngineFromHyperscaleResponseWithDefaults instantiates a new RemoveEngineFromHyperscaleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveEngineFromJobResponse instantiates a new RemoveEngineFromJobResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveEngineFromJobResponseWithDefaults instantiates a new RemoveEngineFromJobResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoveMaskingJobParameters instantiates a new RemoveMaskingJobParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoveMaskingJobParametersWithDefaults instantiates a new RemoveMaskingJobParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReplica instantiates a new Replica object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReplicationProfile instantiates a new ReplicationProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReplicationProfileWithDefaults instantiates a new ReplicationProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReplicaWithDefaults instantiates a new Replica object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReportingSchedule instantiates a new ReportingSchedule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportingScheduleCreateParameters instantiates a new ReportingScheduleCreateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportingScheduleCreateParametersWithDefaults instantiates a new ReportingScheduleCreateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReportingScheduleWithDefaults instantiates a new ReportingSchedule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRepository instantiates a new Repository object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRepositoryWithDefaults instantiates a new Repository object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewResetPasswordParameter instantiates a new ResetPasswordParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResetPasswordParameterWithDefaults instantiates a new ResetPasswordParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRestartExecutionResponse instantiates a new RestartExecutionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRestartExecutionResponseWithDefaults instantiates a new RestartExecutionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRole instantiates a new Role object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleAllOf instantiates a new RoleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleAllOfWithDefaults instantiates a new RoleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoleUpdateParameters instantiates a new RoleUpdateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRoleUpdateParametersWithDefaults instantiates a new RoleUpdateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRoleWithDefaults instantiates a new Role object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBBySnapshotParameters instantiates a new RollbackVDBBySnapshotParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBBySnapshotParametersWithDefaults instantiates a new RollbackVDBBySnapshotParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBBySnapshotResponse instantiates a new RollbackVDBBySnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBBySnapshotResponseWithDefaults instantiates a new RollbackVDBBySnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBByTimestampParameters instantiates a new RollbackVDBByTimestampParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBByTimestampParametersWithDefaults instantiates a new RollbackVDBByTimestampParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBByTimestampResponse instantiates a new RollbackVDBByTimestampResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBByTimestampResponseWithDefaults instantiates a new RollbackVDBByTimestampResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBFromBookmarkParameters instantiates a new RollbackVDBFromBookmarkParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBFromBookmarkParametersWithDefaults instantiates a new RollbackVDBFromBookmarkParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBFromBookmarkResponse instantiates a new RollbackVDBFromBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBFromBookmarkResponseWithDefaults instantiates a new RollbackVDBFromBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBGroupParameters instantiates a new RollbackVDBGroupParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBGroupParametersWithDefaults instantiates a new RollbackVDBGroupParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRollbackVDBGroupResponse instantiates a new RollbackVDBGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRollbackVDBGroupResponseWithDefaults instantiates a new RollbackVDBGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSAMLConfigParams instantiates a new SAMLConfigParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSAMLConfigParamsWithDefaults instantiates a new SAMLConfigParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopedObjectItem instantiates a new ScopedObjectItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopedObjectItemsResponse instantiates a new ScopedObjectItemsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopedObjectItemsResponseWithDefaults instantiates a new ScopedObjectItemsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopedObjectItemWithDefaults instantiates a new ScopedObjectItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopedObjectsRequest instantiates a new ScopedObjectsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopedObjectsRequestWithDefaults instantiates a new ScopedObjectsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopeTag instantiates a new ScopeTag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeTagsRequest instantiates a new ScopeTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeTagsRequestWithDefaults instantiates a new ScopeTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopeTagsResponse instantiates a new ScopeTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeTagsResponseWithDefaults instantiates a new ScopeTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScopeTagWithDefaults instantiates a new ScopeTag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchAccessGroupsResponse instantiates a new SearchAccessGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAccessGroupsResponseWithDefaults instantiates a new SearchAccessGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchAccountsResponse instantiates a new SearchAccountsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAccountsResponseWithDefaults instantiates a new SearchAccountsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchAlgorithmRevisionsResponse instantiates a new SearchAlgorithmRevisionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAlgorithmRevisionsResponseWithDefaults instantiates a new SearchAlgorithmRevisionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchAlgorithmsResponse instantiates a new SearchAlgorithmsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchAlgorithmsResponseWithDefaults instantiates a new SearchAlgorithmsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchBody instantiates a new SearchBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchBodyWithDefaults instantiates a new SearchBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchBookmarksByVDBGroupsResponse instantiates a new SearchBookmarksByVDBGroupsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchBookmarksByVDBGroupsResponseWithDefaults instantiates a new SearchBookmarksByVDBGroupsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchBookmarksByVDBResponse instantiates a new SearchBookmarksByVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchBookmarksByVDBResponseWithDefaults instantiates a new SearchBookmarksByVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchBookmarksResponse instantiates a new SearchBookmarksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchBookmarksResponseWithDefaults instantiates a new SearchBookmarksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchCDBsResponse instantiates a new SearchCDBsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchCDBsResponseWithDefaults instantiates a new SearchCDBsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchConnectorsResponse instantiates a new SearchConnectorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchConnectorsResponseWithDefaults instantiates a new SearchConnectorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchDatabaseTemplatesResponse instantiates a new SearchDatabaseTemplatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchDatabaseTemplatesResponseWithDefaults instantiates a new SearchDatabaseTemplatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchDatasetGroupResponse instantiates a new SearchDatasetGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchDatasetGroupResponseWithDefaults instantiates a new SearchDatasetGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchDSourcesResponse instantiates a new SearchDSourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchDSourcesResponseWithDefaults instantiates a new SearchDSourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchEnginesResponse instantiates a new SearchEnginesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchEnginesResponseWithDefaults instantiates a new SearchEnginesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchEnvironmentsResponse instantiates a new SearchEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchEnvironmentsResponseWithDefaults instantiates a new SearchEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchExecutionEventsResponse instantiates a new SearchExecutionEventsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchExecutionEventsResponseWithDefaults instantiates a new SearchExecutionEventsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchExecutionsResponse instantiates a new SearchExecutionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchExecutionsResponseWithDefaults instantiates a new SearchExecutionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchHashicorpVaultsResponse instantiates a new SearchHashicorpVaultsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchHashicorpVaultsResponseWithDefaults instantiates a new SearchHashicorpVaultsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchHyperscaleConnectorsResponse instantiates a new SearchHyperscaleConnectorsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchHyperscaleConnectorsResponseWithDefaults instantiates a new SearchHyperscaleConnectorsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchHyperscaleDatasetsResponse instantiates a new SearchHyperscaleDatasetsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchHyperscaleDatasetsResponseWithDefaults instantiates a new SearchHyperscaleDatasetsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchHyperscaleDatasetTablesOrFilesResponse instantiates a new SearchHyperscaleDatasetTablesOrFilesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchHyperscaleDatasetTablesOrFilesResponseWithDefaults instantiates a new SearchHyperscaleDatasetTablesOrFilesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchHyperscaleInstancesResponse instantiates a new SearchHyperscaleInstancesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchHyperscaleInstancesResponseWithDefaults instantiates a new SearchHyperscaleInstancesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchHyperscaleMountPointsResponse instantiates a new SearchHyperscaleMountPointsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchHyperscaleMountPointsResponseWithDefaults instantiates a new SearchHyperscaleMountPointsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchJobsResponse instantiates a new SearchJobsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchJobsResponseWithDefaults instantiates a new SearchJobsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchKerberosConfigsResponse instantiates a new SearchKerberosConfigsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchKerberosConfigsResponseWithDefaults instantiates a new SearchKerberosConfigsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchMaskingEnvironmentsResponse instantiates a new SearchMaskingEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchMaskingEnvironmentsResponseWithDefaults instantiates a new SearchMaskingEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchMaskingJobSourceEnginesResponse instantiates a new SearchMaskingJobSourceEnginesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchMaskingJobSourceEnginesResponseWithDefaults instantiates a new SearchMaskingJobSourceEnginesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchMaskingJobsResponse instantiates a new SearchMaskingJobsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchMaskingJobsResponseWithDefaults instantiates a new SearchMaskingJobsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchMaskingPluginsResponse instantiates a new SearchMaskingPluginsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchMaskingPluginsResponseWithDefaults instantiates a new SearchMaskingPluginsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchPasswordVaultResponse instantiates a new SearchPasswordVaultResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchPasswordVaultResponseWithDefaults instantiates a new SearchPasswordVaultResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchReplicationProfilesResponse instantiates a new SearchReplicationProfilesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchReplicationProfilesResponseWithDefaults instantiates a new SearchReplicationProfilesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchReportingScheduleResponse instantiates a new SearchReportingScheduleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchReportingScheduleResponseWithDefaults instantiates a new SearchReportingScheduleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchRolesResponse instantiates a new SearchRolesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchRolesResponseWithDefaults instantiates a new SearchRolesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchSnapshotsResponse instantiates a new SearchSnapshotsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchSnapshotsResponseWithDefaults instantiates a new SearchSnapshotsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchSourcesResponse instantiates a new SearchSourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchSourcesResponseWithDefaults instantiates a new SearchSourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchStagingSourcesResponse instantiates a new SearchStagingSourcesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchStagingSourcesResponseWithDefaults instantiates a new SearchStagingSourcesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchTimeflowsResponse instantiates a new SearchTimeflowsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchTimeflowsResponseWithDefaults instantiates a new SearchTimeflowsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchToolkitResponse instantiates a new SearchToolkitResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchToolkitResponseWithDefaults instantiates a new SearchToolkitResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchVCDBsResponse instantiates a new SearchVCDBsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchVCDBsResponseWithDefaults instantiates a new SearchVCDBsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchVDBGroupResponse instantiates a new SearchVDBGroupResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchVDBGroupResponseWithDefaults instantiates a new SearchVDBGroupResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchVDBGroupsByBookmarkResponse instantiates a new SearchVDBGroupsByBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchVDBGroupsByBookmarkResponseWithDefaults instantiates a new SearchVDBGroupsByBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchVDBsResponse instantiates a new SearchVDBsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchVDBsResponseWithDefaults instantiates a new SearchVDBsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSearchVirtualizationPoliciesResponse instantiates a new SearchVirtualizationPoliciesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSearchVirtualizationPoliciesResponseWithDefaults instantiates a new SearchVirtualizationPoliciesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSetAlgorithmPrimaryRevisionResponse instantiates a new SetAlgorithmPrimaryRevisionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSetAlgorithmPrimaryRevisionResponseWithDefaults instantiates a new SetAlgorithmPrimaryRevisionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSMTPConfigParams instantiates a new SMTPConfigParams object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSMTPConfigParamsWithDefaults instantiates a new SMTPConfigParams object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSMTPConfigValidate instantiates a new SMTPConfigValidate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSMTPConfigValidateWithDefaults instantiates a new SMTPConfigValidate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshot instantiates a new Snapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotCompatibleEnvironmentsResponse instantiates a new SnapshotCompatibleEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotCompatibleEnvironmentsResponseWithDefaults instantiates a new SnapshotCompatibleEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotCompatibleRepositoryRequest instantiates a new SnapshotCompatibleRepositoryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotCompatibleRepositoryRequestWithDefaults instantiates a new SnapshotCompatibleRepositoryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotDayRange instantiates a new SnapshotDayRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotDayRangeWithDefaults instantiates a new SnapshotDayRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotDSourceResponse instantiates a new SnapshotDSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotDSourceResponseWithDefaults instantiates a new SnapshotDSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotsDayRangesResponse instantiates a new SnapshotsDayRangesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotsDayRangesResponseWithDefaults instantiates a new SnapshotsDayRangesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotVDBResponse instantiates a new SnapshotVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnapshotVDBResponseWithDefaults instantiates a new SnapshotVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnapshotWithDefaults instantiates a new Snapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSource instantiates a new Source object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceOperation instantiates a new SourceOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSourceOperationWithDefaults instantiates a new SourceOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSourceWithDefaults instantiates a new Source object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSSHVerificationStrategy instantiates a new SSHVerificationStrategy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSSHVerificationStrategyWithDefaults instantiates a new SSHVerificationStrategy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStagingCompatibleEnvironmentsResponse instantiates a new StagingCompatibleEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStagingCompatibleEnvironmentsResponseWithDefaults instantiates a new StagingCompatibleEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStagingSource instantiates a new StagingSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStagingSourceWithDefaults instantiates a new StagingSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStartVDBResponse instantiates a new StartVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStartVDBResponseWithDefaults instantiates a new StartVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStopVDBResponse instantiates a new StopVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStopVDBResponseWithDefaults instantiates a new StopVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStorageSavingsReportSummarizedData instantiates a new StorageSavingsReportSummarizedData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStorageSavingsReportSummarizedDataWithDefaults instantiates a new StorageSavingsReportSummarizedData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStorageSavingsSummaryData instantiates a new StorageSavingsSummaryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStorageSavingsSummaryDataWithDefaults instantiates a new StorageSavingsSummaryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStorageSavingsSummaryReportResponse instantiates a new StorageSavingsSummaryReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStorageSavingsSummaryReportResponseWithDefaults instantiates a new StorageSavingsSummaryReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSwitchTimeflowParameters instantiates a new SwitchTimeflowParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSwitchTimeflowParametersWithDefaults instantiates a new SwitchTimeflowParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSwitchTimeflowResponse instantiates a new SwitchTimeflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSwitchTimeflowResponseWithDefaults instantiates a new SwitchTimeflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSyncEnginesHyperscaleParameters instantiates a new SyncEnginesHyperscaleParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSyncEnginesHyperscaleParametersWithDefaults instantiates a new SyncEnginesHyperscaleParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSyncEnginesHyperscaleResponse instantiates a new SyncEnginesHyperscaleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSyncEnginesHyperscaleResponseWithDefaults instantiates a new SyncEnginesHyperscaleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTag instantiates a new Tag object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagsRequest instantiates a new TagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagsRequestWithDefaults instantiates a new TagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTagsResponse instantiates a new TagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTagsResponseWithDefaults instantiates a new TagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTagWithDefaults instantiates a new Tag object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTaskEvent instantiates a new TaskEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaskEventWithDefaults instantiates a new TaskEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeflow instantiates a new Timeflow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeflowRange instantiates a new TimeflowRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeflowRangeWithDefaults instantiates a new TimeflowRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeflowWithDefaults instantiates a new Timeflow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimestampCompatibleEnvironmentsResponse instantiates a new TimestampCompatibleEnvironmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimestampCompatibleEnvironmentsResponseWithDefaults instantiates a new TimestampCompatibleEnvironmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimestampCompatibleRepositoryRequest instantiates a new TimestampCompatibleRepositoryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimestampCompatibleRepositoryRequestWithDefaults instantiates a new TimestampCompatibleRepositoryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenInfoRequest instantiates a new TokenInfoRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenInfoRequestWithDefaults instantiates a new TokenInfoRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTokenInfoResponse instantiates a new TokenInfoResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTokenInfoResponseWithDefaults instantiates a new TokenInfoResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewToolkit instantiates a new Toolkit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewToolkitWithDefaults instantiates a new Toolkit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnregisterHyperscaleInstanceResponse instantiates a new UnregisterHyperscaleInstanceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnregisterHyperscaleInstanceResponseWithDefaults instantiates a new UnregisterHyperscaleInstanceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUnsetSnapshotRetentionResponse instantiates a new UnsetSnapshotRetentionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUnsetSnapshotRetentionResponseWithDefaults instantiates a new UnsetSnapshotRetentionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAccessGroupScope instantiates a new UpdateAccessGroupScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAccessGroupScopeWithDefaults instantiates a new UpdateAccessGroupScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAlgorithmRevisionParameters instantiates a new UpdateAlgorithmRevisionParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAlgorithmRevisionParametersWithDefaults instantiates a new UpdateAlgorithmRevisionParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateAlgorithmRevisionResponse instantiates a new UpdateAlgorithmRevisionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateAlgorithmRevisionResponseWithDefaults instantiates a new UpdateAlgorithmRevisionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateBookmarkParameters instantiates a new UpdateBookmarkParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateBookmarkParametersWithDefaults instantiates a new UpdateBookmarkParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateBookmarkResponse instantiates a new UpdateBookmarkResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateBookmarkResponseWithDefaults instantiates a new UpdateBookmarkResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateConnectorResponse instantiates a new UpdateConnectorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateConnectorResponseWithDefaults instantiates a new UpdateConnectorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDatabaseTemplateParameters instantiates a new UpdateDatabaseTemplateParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDatabaseTemplateParametersWithDefaults instantiates a new UpdateDatabaseTemplateParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateDatabaseTemplateResponse instantiates a new UpdateDatabaseTemplateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateDatabaseTemplateResponseWithDefaults instantiates a new UpdateDatabaseTemplateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateEnvironmentResponse instantiates a new UpdateEnvironmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateEnvironmentResponseWithDefaults instantiates a new UpdateEnvironmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateEnvironmentUserResponse instantiates a new UpdateEnvironmentUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateEnvironmentUserResponseWithDefaults instantiates a new UpdateEnvironmentUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateHostResponse instantiates a new UpdateHostResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateHostResponseWithDefaults instantiates a new UpdateHostResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateHyperscaleConnectorResponse instantiates a new UpdateHyperscaleConnectorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateHyperscaleConnectorResponseWithDefaults instantiates a new UpdateHyperscaleConnectorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateHyperscaleDatasetResponse instantiates a new UpdateHyperscaleDatasetResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateHyperscaleDatasetResponseWithDefaults instantiates a new UpdateHyperscaleDatasetResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateHyperscaleDatasetTableOrFileResponse instantiates a new UpdateHyperscaleDatasetTableOrFileResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateHyperscaleDatasetTableOrFileResponseWithDefaults instantiates a new UpdateHyperscaleDatasetTableOrFileResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateHyperscaleMountPointResponse instantiates a new UpdateHyperscaleMountPointResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateHyperscaleMountPointResponseWithDefaults instantiates a new UpdateHyperscaleMountPointResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateMaskingJobParameters instantiates a new UpdateMaskingJobParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateMaskingJobParametersWithDefaults instantiates a new UpdateMaskingJobParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdatePostgresSourceResponse instantiates a new UpdatePostgresSourceResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdatePostgresSourceResponseWithDefaults instantiates a new UpdatePostgresSourceResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRepositoryParameters instantiates a new UpdateRepositoryParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRepositoryParametersWithDefaults instantiates a new UpdateRepositoryParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateRepositoryResponse instantiates a new UpdateRepositoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateRepositoryResponseWithDefaults instantiates a new UpdateRepositoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateSnapshotParameters instantiates a new UpdateSnapshotParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateSnapshotParametersWithDefaults instantiates a new UpdateSnapshotParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateSnapshotResponse instantiates a new UpdateSnapshotResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateSnapshotResponseWithDefaults instantiates a new UpdateSnapshotResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateTimeflowParameters instantiates a new UpdateTimeflowParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateTimeflowParametersWithDefaults instantiates a new UpdateTimeflowParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateTimeflowResponse instantiates a new UpdateTimeflowResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateTimeflowResponseWithDefaults instantiates a new UpdateTimeflowResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVDBGroupParameters instantiates a new UpdateVDBGroupParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVDBGroupParametersWithDefaults instantiates a new UpdateVDBGroupParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVDBParameters instantiates a new UpdateVDBParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVDBParametersWithDefaults instantiates a new UpdateVDBParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpdateVDBResponse instantiates a new UpdateVDBResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUpdateVDBResponseWithDefaults instantiates a new UpdateVDBResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewValidateJavaParameters instantiates a new ValidateJavaParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewValidateJavaParametersWithDefaults instantiates a new ValidateJavaParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewValidateJavaResponse instantiates a new ValidateJavaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewValidateJavaResponseWithDefaults instantiates a new ValidateJavaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVCDB instantiates a new VCDB object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVCDBWithDefaults instantiates a new VCDB object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVDB instantiates a new VDB object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVDBGroup instantiates a new VDBGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVDBGroupWithDefaults instantiates a new VDBGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVDBInventoryData instantiates a new VDBInventoryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVDBInventoryDataWithDefaults instantiates a new VDBInventoryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVDBInventoryReportResponse instantiates a new VDBInventoryReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVDBInventoryReportResponseWithDefaults instantiates a new VDBInventoryReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVDBWithDefaults instantiates a new VDB object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualDatasetHooks instantiates a new VirtualDatasetHooks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualDatasetHooksWithDefaults instantiates a new VirtualDatasetHooks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualizationPolicy instantiates a new VirtualizationPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualizationPolicyWithDefaults instantiates a new VirtualizationPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualizationSchedule instantiates a new VirtualizationSchedule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualizationScheduleWithDefaults instantiates a new VirtualizationSchedule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualizationStorageSummaryData instantiates a new VirtualizationStorageSummaryData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualizationStorageSummaryDataWithDefaults instantiates a new VirtualizationStorageSummaryData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualizationStorageSummaryReportResponse instantiates a new VirtualizationStorageSummaryReportResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualizationStorageSummaryReportResponseWithDefaults instantiates a new VirtualizationStorageSummaryReportResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualizationTask instantiates a new VirtualizationTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualizationTaskEvent instantiates a new VirtualizationTaskEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVirtualizationTaskEventWithDefaults instantiates a new VirtualizationTaskEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVirtualizationTaskWithDefaults instantiates a new VirtualizationTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Constants

List of HyperscaleDataTypeEnum.
List of HyperscaleDataTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of ObjectTypeEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.
List of PermissionEnum.

# Variables

All allowed values of HyperscaleDataTypeEnum enum.
All allowed values of ObjectTypeEnum enum.
All allowed values of PermissionEnum enum.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AccessGroup An Access group is the DCT mechanism to grant roles to accounts.
AccessGroupAccountIdsRequest struct for AccessGroupAccountIdsRequest.
AccessGroupScope An Access group scope allows a role to be granted to accounts in the Access group.
AccessGroupScopesRequest struct for AccessGroupScopesRequest.
AccessGroupUpdateParameters struct for AccessGroupUpdateParameters.
Account struct for Account.
AccountCreateParameter struct for AccountCreateParameter.
AccountCreateResponse struct for AccountCreateResponse.
AccountLoginParameter struct for AccountLoginParameter.
AccountUpdateParameter struct for AccountUpdateParameter.
AddEngineToHyperscaleResponse struct for AddEngineToHyperscaleResponse.
AddEngineToJobResponse struct for AddEngineToJobResponse.
AdditionalMountPoint Specifies an additional location on which to mount a subdirectory of an AppData container.
Algorithm A masking algorithm.
AlgorithmCreateParameters Parameters to create a masking algorithm.
AlgorithmRevision A masking algorithm revision.
AlgorithmRevisionCreateParameters Parameters to create a masking algorithm revision.
AlgorithmRevisionOriginEngine A record of engine that an algorithm revision originates from.
AllObjectPermissionsResponse struct for AllObjectPermissionsResponse.
AlwaysAllowedPermission struct for AlwaysAllowedPermission.
AlwaysAllowedPermissionRequest struct for AlwaysAllowedPermissionRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClassificationConfig Api Classification Config.
ApiClassificationObject An API classification object which classifies APIs as automation or governance.
No description provided by the author
APIClient manages communication with the Delphix DCT API API v3.9.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ApiUsageData struct for ApiUsageData.
ApiUsageReportResponse struct for ApiUsageReportResponse.
No description provided by the author
No description provided by the author
No description provided by the author
AppDataDSourceLinkSourceParameters struct for AppDataDSourceLinkSourceParameters.
AppDataDSourceLinkSourceParametersAllOf struct for AppDataDSourceLinkSourceParametersAllOf.
ASEDSourceLinkSourceParameters struct for ASEDSourceLinkSourceParameters.
ASEDSourceLinkSourceParametersAllOf struct for ASEDSourceLinkSourceParametersAllOf.
AuditLogsSummary The summary of actions performed by an account.
AuditLogsSummaryReportResponse struct for AuditLogsSummaryReportResponse.
AuditLogsSummaryTotals The global totals of different actions performed across all accounts.
BaseDSourceLinkSourceParameters struct for BaseDSourceLinkSourceParameters.
BaseProvisionVDBParameters struct for BaseProvisionVDBParameters.
BaseProvisionVDBParametersAllOf struct for BaseProvisionVDBParametersAllOf.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Bookmark A Data Control Tower object that references points in time for one or more datasets.
BookmarkCompatibleEnvironmentsResponse struct for BookmarkCompatibleEnvironmentsResponse.
BookmarkCompatibleRepositoryRequest struct for BookmarkCompatibleRepositoryRequest.
BookmarkCreateParameters A Data Control Tower object that references points in time for one or more datasets.
CDB The Delphix representation of an Oracle Container Database.
ChangePasswordParameter struct for ChangePasswordParameter.
CleanupExecutionResponse struct for CleanupExecutionResponse.
ClusterNodeInstance struct for ClusterNodeInstance.
ConfigSettingsStg Custom Database-Level config settings.
Configuration stores the configuration of the API client.
ConnectivityCheckParameters Parameters to check connectivity between engine and remote host.
ConnectivityCheckResponse The result of the connectivity check.
Connector Connectors are the way users define the data sources to which the Masking Engine should connect.
ConnectorTestResponse The result of the masking connector test.
ConnectorUpdateParameters Parameters used to update a Masking Connector.
CopyMaskingJobParameters Parameters to copy a masking job.
CopyMaskingJobResponse struct for CopyMaskingJobResponse.
CreateAlgorithmResponse struct for CreateAlgorithmResponse.
CreateAlgorithmRevisionResponse struct for CreateAlgorithmRevisionResponse.
CreateBookmarkResponse struct for CreateBookmarkResponse.
CreateDatabaseTemplateResponse struct for CreateDatabaseTemplateResponse.
CreateEnvironmentResponse struct for CreateEnvironmentResponse.
CreateEnvironmentUserResponse struct for CreateEnvironmentUserResponse.
CreateHostResponse struct for CreateHostResponse.
CreateHyperscaleConnectorResponse struct for CreateHyperscaleConnectorResponse.
CreateHyperscaleMountPointResponse struct for CreateHyperscaleMountPointResponse.
CreateMaskingJobRequest Parameters to create a MaskingJob.
CreateMaskingJobResponse struct for CreateMaskingJobResponse.
CreatePostgresSourceResponse struct for CreatePostgresSourceResponse.
CreateRole A role Object to create a custom role.
CreateVDBGroupRequest struct for CreateVDBGroupRequest.
CreateVDBGroupResponse struct for CreateVDBGroupResponse.
CredentialsEnvVariable struct for CredentialsEnvVariable.
DatabaseConnectivityCheckParameters Parameters to test JDBC connectivity to source configs.
DatabaseTemplate A database template to use for provisioning and refresh.
DatabaseTemplateCreateParameters Parameters to create a database template.
DataPointByLocationParameters struct for DataPointByLocationParameters.
DataPointBySnapshotParameters struct for DataPointBySnapshotParameters.
DataPointByTimestampParameters struct for DataPointByTimestampParameters.
DataPointFromBookmarkParameters struct for DataPointFromBookmarkParameters.
DatasetGroup A Delphix engine dataset group.
DeleteAlgorithmResponse struct for DeleteAlgorithmResponse.
DeleteAlgorithmRevisionResponse struct for DeleteAlgorithmRevisionResponse.
DeleteDatabaseTemplateResponse struct for DeleteDatabaseTemplateResponse.
DeleteDSourceRequest struct for DeleteDSourceRequest.
DeleteEngineResponse struct for DeleteEngineResponse.
DeleteEnvironmentResponse struct for DeleteEnvironmentResponse.
DeleteEnvironmentUserResponse struct for DeleteEnvironmentUserResponse.
DeleteHostResponse struct for DeleteHostResponse.
DeleteHyperscaleConnectorResponse struct for DeleteHyperscaleConnectorResponse.
DeleteHyperscaleMountPointResponse struct for DeleteHyperscaleMountPointResponse.
DeleteMaskingJobResponse struct for DeleteMaskingJobResponse.
DeleteMaskingPluginResponse struct for DeleteMaskingPluginResponse.
DeleteScopedObjectItem struct for DeleteScopedObjectItem.
DeleteScopeObjectTags struct for DeleteScopeObjectTags.
DeleteSnapshotResponse struct for DeleteSnapshotResponse.
DeleteSourceResponse struct for DeleteSourceResponse.
DeleteTag struct for DeleteTag.
DeleteTimeflowResponse struct for DeleteTimeflowResponse.
DeleteVDBParameters Parameters to delete a VDB.
DeleteVDBResponse struct for DeleteVDBResponse.
DisableDsourceParameters struct for DisableDsourceParameters.
DisableDsourceResponse struct for DisableDsourceResponse.
DisableEnvironmentResponse struct for DisableEnvironmentResponse.
DisableVDBParameters Parameters to disable a VDB.
DisableVDBResponse struct for DisableVDBResponse.
Domain struct for Domain.
DSource The Delphix storage-based copy of the source database including its history.
DSourceConsumptionData struct for DSourceConsumptionData.
DSourceConsumptionReportResponse struct for DSourceConsumptionReportResponse.
DSourceHooks DSource operation hooks.
DSourceHooksOpsPreSyncInner struct for DSourceHooksOpsPreSyncInner.
DSourceSnapshotParameters Parameters to snapshot a DSource.
DSourceUsageData struct for DSourceUsageData.
DSourceUsageReportResponse struct for DSourceUsageReportResponse.
EffectiveScope struct for EffectiveScope.
EnableDsourceParameters The parameters to enable a dSource.
EnableDsourceResponse struct for EnableDsourceResponse.
EnableEnvironmentResponse struct for EnableEnvironmentResponse.
EnableScaleTestingRequest struct for EnableScaleTestingRequest.
EnableVDBParameters Parameters to enable a VDB.
EnableVDBResponse struct for EnableVDBResponse.
Engine struct for Engine.
EngineIdBody The ID of the registered engine.
EnginePerformanceAnalytic Analytics Information of the engine.
EnginePerformanceAnalyticReportResponse struct for EnginePerformanceAnalyticReportResponse.
EnginePerformanceAnalyticTrend struct for EnginePerformanceAnalyticTrend.
EnginePerformanceAnalyticTrendDatapointInner struct for EnginePerformanceAnalyticTrendDatapointInner.
EnginePerformanceAnalyticTrendResponse struct for EnginePerformanceAnalyticTrendResponse.
EngineRegistrationParameter Parameters to register and authenticate an engine.
Environment A grouping of a single host or a cluster of hosts.
EnvironmentCreateParameters struct for EnvironmentCreateParameters.
EnvironmentRepository A repository corresponding to the environment.
EnvironmentRepositoryAllOf struct for EnvironmentRepositoryAllOf.
EnvironmentUpdateParameters struct for EnvironmentUpdateParameters.
EnvironmentUser struct for EnvironmentUser.
EnvironmentUserParams struct for EnvironmentUserParams.
Error struct for Error.
ErrorResponse struct for ErrorResponse.
ExecuteMaskingJobParameters Parameters to execute a MaskingJob.
ExecuteMaskingJobResponse struct for ExecuteMaskingJobResponse.
Execution The execution of a masking or profile job.
ExecutionCancelParameters Parameters to cancel an execution.
ExecutionEvent Events, such as warnings or errors, associated with job executions.
ExecutionLog A log containing warnings or errors associated with a job execution.
FindByLocationResponse struct for FindByLocationResponse.
FindByTimestampResponse struct for FindByTimestampResponse.
Framework A masking algorithm framework.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GlobalProperties Global properties response.
HashicorpVault Configuration required to connect and authenticate with an Hashicorp Vault which stores engines username and passwords.
Hook struct for Hook.
Host A physical/virtual server.
HostCreateParameters struct for HostCreateParameters.
HostUpdateParameters struct for HostUpdateParameters.
HyperscaleColumnOrField struct for HyperscaleColumnOrField.
HyperscaleConnector A Hyperscale connector to read/write data from/to a datasource.
HyperscaleConnectorUpdateParameters The updatable properties of a Hyperscale Connector.
HyperscaleDataset A Hyperscale Dataset.
HyperscaleDatasetTableOrFile A table or file which is part of a hyperscale dataset.
HyperscaleDatasetTableOrFileUpdateParameters The updatable properties of a table or file which is part of a hyperscale dataset.
HyperscaleDatasetUpdateParameters The updatable properties of a Hyperscale Dataset.
HyperscaleInstance A registered Hyperscale instance's connection and authentication settings.
HyperscaleInstanceRegistrationParameter Parameters to register and authenticate a Hyperscale instance.
HyperscaleInstanceUpdateParams Parameters to update a Hyperscale instances.
HyperscaleMountPoint A Mount Point for the Hyperscale instance to write to a staging area and engines to read from.
HyperscaleMountPointUpdateParameters The updatable properties of a Hyperscale Mount Point.
HyperscaleTaskError struct for HyperscaleTaskError.
HyperscaleTaskEvent struct for HyperscaleTaskEvent.
InstallMaskingPluginParameters Parameters to install a custom masking plugin.
InstallMaskingPluginResponse struct for InstallMaskingPluginResponse.
Job An asynchronous task.
KDCServers struct for KDCServers.
KerberosConfig A Kerberos config object.
LDAPConfigParams Parameters to read or update LDAP Config.
LdapConfigValidateParameter struct for LdapConfigValidateParameter.
LdapValidateResponse struct for LdapValidateResponse.
LinkDSourceDefaultRequest struct for LinkDSourceDefaultRequest.
LinkDSourceResponse struct for LinkDSourceResponse.
LinkStagingPushDSourceDefaultRequest struct for LinkStagingPushDSourceDefaultRequest.
ListAccessGroupsResponse struct for ListAccessGroupsResponse.
ListAccountsResponse struct for ListAccountsResponse.
ListAlgorithmRevisionsResponse struct for ListAlgorithmRevisionsResponse.
ListAlgorithmsResponse struct for ListAlgorithmsResponse.
ListBookmarksByVDBGroupsResponse struct for ListBookmarksByVDBGroupsResponse.
ListBookmarksByVDBResponse struct for ListBookmarksByVDBResponse.
ListBookmarksResponse struct for ListBookmarksResponse.
ListCDBsResponse struct for ListCDBsResponse.
ListConnectorsResponse struct for ListConnectorsResponse.
ListDatabaseTemplatesResponse struct for ListDatabaseTemplatesResponse.
ListDSourcesResponse struct for ListDSourcesResponse.
ListEnvironmentsResponse struct for ListEnvironmentsResponse.
ListEnvironmentUsers struct for ListEnvironmentUsers.
ListExecutionEventsResponse struct for ListExecutionEventsResponse.
ListExecutionsResponse struct for ListExecutionsResponse.
ListGroupsResponse struct for ListGroupsResponse.
ListHashicorpVaultsResponse struct for ListHashicorpVaultsResponse.
ListHyperscaleConnectorsResponse struct for ListHyperscaleConnectorsResponse.
ListHyperscaleDatasetsResponse struct for ListHyperscaleDatasetsResponse.
ListHyperscaleDatasetTablesOrFilesResponse struct for ListHyperscaleDatasetTablesOrFilesResponse.
ListHyperscaleInstancesResponse struct for ListHyperscaleInstancesResponse.
ListHyperscaleMountPointsResponse struct for ListHyperscaleMountPointsResponse.
ListJobsResponse struct for ListJobsResponse.
ListKerberosConfigsResponse struct for ListKerberosConfigsResponse.
ListMaskingEnvironmentsResponse struct for ListMaskingEnvironmentsResponse.
ListMaskingJobSourceEnginesResponse struct for ListMaskingJobSourceEnginesResponse.
ListMaskingJobsResponse struct for ListMaskingJobsResponse.
ListMaskingPluginsResponse struct for ListMaskingPluginsResponse.
ListPasswordVaultsResponse struct for ListPasswordVaultsResponse.
ListRegisteredEnginesResponse struct for ListRegisteredEnginesResponse.
ListReplicationProfilesResponse struct for ListReplicationProfilesResponse.
ListReportingScheduleResponse struct for ListReportingScheduleResponse.
ListRolesResponse struct for ListRolesResponse.
ListSnapshotsResponse struct for ListSnapshotsResponse.
ListSourcesResponse struct for ListSourcesResponse.
ListStagingSourcesResponse struct for ListStagingSourcesResponse.
ListTimeflowsResponse struct for ListTimeflowsResponse.
ListToolkitResponse struct for ListToolkitResponse.
ListVCDBsResponse struct for ListVCDBsResponse.
ListVDBGroupsByBookmarkResponse struct for ListVDBGroupsByBookmarkResponse.
ListVDBGroupsResponse struct for ListVDBGroupsResponse.
ListVDBsResponse struct for ListVDBsResponse.
ListVirtualizationPoliciesResponse struct for ListVirtualizationPoliciesResponse.
LocationCompatibleEnvironmentsResponse struct for LocationCompatibleEnvironmentsResponse.
LocationCompatibleRepositoryRequest struct for LocationCompatibleRepositoryRequest.
LockVDBGroupParameters struct for LockVDBGroupParameters.
LockVDBParameters struct for LockVDBParameters.
LoginToken struct for LoginToken.
MaskingEnvironment struct for MaskingEnvironment.
MaskingExecutionMetrics Metrics for a masking job.
MaskingExecutionMetricsReportResponse struct for MaskingExecutionMetricsReportResponse.
MaskingFileUpload An uploaded file.
MaskingFileUploadParameters Parameters to upload a file for masking.
MaskingFileUploadResponse struct for MaskingFileUploadResponse.
MaskingJob A masking job.
MaskingJobConnectorsResponse Connector(s) for a masking job.
MaskingJobSourceEngine A masking job's source engine.
MaskingPlugin A masking plugin.
MaskingRuleset A masking ruleset.
MetadataDbInfo Information about the product's metadata database.
MigrateMaskingJobParameters Parameters to migrate a masking job.
MigrateMaskingJobResponse struct for MigrateMaskingJobResponse.
MSSQLDSourceLinkSourceParameters struct for MSSQLDSourceLinkSourceParameters.
MSSQLDSourceLinkSourceParametersAllOf struct for MSSQLDSourceLinkSourceParametersAllOf.
MSSQLDSourceStagingPushLinkSourceParameters struct for MSSQLDSourceStagingPushLinkSourceParameters.
MSSQLDSourceStagingPushLinkSourceParametersAllOf struct for MSSQLDSourceStagingPushLinkSourceParametersAllOf.
NameValuePair struct for NameValuePair.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectPermissionAccessGroups The account groups for object permission account.
ObjectPermissionAccount The account details for object permission.
ObjectPermissionsResponse The object permissions for a given object in DCT based on object type and object id.
ObjectTypeProperty A DCT object type.
OracleClusterNodeInstance An oracle cluster node instance.
OracleDSourceLinkSourceParameters struct for OracleDSourceLinkSourceParameters.
OracleDSourceLinkSourceParametersAllOf struct for OracleDSourceLinkSourceParametersAllOf.
OracleLinkStagingPushDSourceDefaultRequest struct for OracleLinkStagingPushDSourceDefaultRequest.
OracleListener struct for OracleListener.
OracleRacCustomEnvFile struct for OracleRacCustomEnvFile.
OracleRacCustomEnvVar struct for OracleRacCustomEnvVar.
OracleStagingPushDSourceLinkSourceParameters struct for OracleStagingPushDSourceLinkSourceParameters.
OracleStagingPushDSourceLinkSourceParametersAllOf struct for OracleStagingPushDSourceLinkSourceParametersAllOf.
OracleVirtualIP A virtual IP address.
PaginatedResponseMetadata struct for PaginatedResponseMetadata.
PasswordPoliciesParams Parameters to read or update password policies.
PasswordVault A Delphix engine password vault.
PermissionObject A Permission Object which is mapping between object type and its permissions.
PermissionProperty A Permission object.
PermissionsRequest struct for PermissionsRequest.
PostgresSourceCreateParameters struct for PostgresSourceCreateParameters.
PostgresSourceUpdateParameters struct for PostgresSourceUpdateParameters.
PrimaryEnvironmentUserResponse struct for PrimaryEnvironmentUserResponse.
ProductHistory struct for ProductHistory.
ProductInfo Product Information Response.
ProductRegistrationOfflinePayload Product registration object for a manually generated payload.
ProductRegistrationOnlinePayload Product registration object for a manually generated payload.
ProvisionVDBByLocationDefaultsRequest struct for ProvisionVDBByLocationDefaultsRequest.
ProvisionVDBByLocationParameters struct for ProvisionVDBByLocationParameters.
ProvisionVDBByLocationParametersAllOf struct for ProvisionVDBByLocationParametersAllOf.
ProvisionVDBBySnapshotDefaultsRequest struct for ProvisionVDBBySnapshotDefaultsRequest.
ProvisionVDBBySnapshotParameters struct for ProvisionVDBBySnapshotParameters.
ProvisionVDBBySnapshotParametersAllOf struct for ProvisionVDBBySnapshotParametersAllOf.
ProvisionVDBByTimestampDefaultsRequest struct for ProvisionVDBByTimestampDefaultsRequest.
ProvisionVDBByTimestampParameters struct for ProvisionVDBByTimestampParameters.
ProvisionVDBByTimestampParametersAllOf struct for ProvisionVDBByTimestampParametersAllOf.
ProvisionVDBFromBookmarkDefaultsRequest struct for ProvisionVDBFromBookmarkDefaultsRequest.
ProvisionVDBFromBookmarkParameters struct for ProvisionVDBFromBookmarkParameters.
ProvisionVDBFromBookmarkParametersAllOf struct for ProvisionVDBFromBookmarkParametersAllOf.
ProvisionVDBGroupFromBookmarkParameters struct for ProvisionVDBGroupFromBookmarkParameters.
ProvisionVDBGroupFromBookmarkResponse struct for ProvisionVDBGroupFromBookmarkResponse.
ProvisionVDBResponse struct for ProvisionVDBResponse.
ProxyConfiguration Web proxy configuration that is used to communicate with Delphix Corp.
RefreshEnvironmentResponse struct for RefreshEnvironmentResponse.
RefreshVDBByLocationParameters Parameters to refresh by a database-specific identifier (SCN, LSN, etc).
RefreshVDBByLocationResponse struct for RefreshVDBByLocationResponse.
RefreshVDBBySnapshotParameters struct for RefreshVDBBySnapshotParameters.
RefreshVDBBySnapshotResponse struct for RefreshVDBBySnapshotResponse.
RefreshVDBByTimestampParameters struct for RefreshVDBByTimestampParameters.
RefreshVDBByTimestampParametersAllOf struct for RefreshVDBByTimestampParametersAllOf.
RefreshVDBByTimestampResponse struct for RefreshVDBByTimestampResponse.
RefreshVDBFromBookmarkParameters struct for RefreshVDBFromBookmarkParameters.
RefreshVDBFromBookmarkResponse struct for RefreshVDBFromBookmarkResponse.
RefreshVDBGroupParameters Parameters to refresh a VDB Group.
RefreshVDBGroupResponse struct for RefreshVDBGroupResponse.
RegisteredEngine A registered engine's connection and authentication settings.
ReImportMaskingJobResponse struct for ReImportMaskingJobResponse.
RemoveEngineFromHyperscaleResponse struct for RemoveEngineFromHyperscaleResponse.
RemoveEngineFromJobResponse struct for RemoveEngineFromJobResponse.
RemoveMaskingJobParameters Parameters to remove a masking job from a masking job set.
Replica struct for Replica.
ReplicationProfile A set of rules that define what data is replicated from a source to a target.
ReportingSchedule struct for ReportingSchedule.
ReportingScheduleCreateParameters struct for ReportingScheduleCreateParameters.
Repository struct for Repository.
ResetPasswordParameter struct for ResetPasswordParameter.
RestartExecutionResponse struct for RestartExecutionResponse.
Role A role is a named collection of permissions on DCT objects.
RoleAllOf struct for RoleAllOf.
RoleUpdateParameters struct for RoleUpdateParameters.
RollbackVDBBySnapshotParameters struct for RollbackVDBBySnapshotParameters.
RollbackVDBBySnapshotResponse struct for RollbackVDBBySnapshotResponse.
RollbackVDBByTimestampParameters struct for RollbackVDBByTimestampParameters.
RollbackVDBByTimestampResponse struct for RollbackVDBByTimestampResponse.
RollbackVDBFromBookmarkParameters struct for RollbackVDBFromBookmarkParameters.
RollbackVDBFromBookmarkResponse struct for RollbackVDBFromBookmarkResponse.
RollbackVDBGroupParameters Parameters to rollback a VDB Group.
RollbackVDBGroupResponse struct for RollbackVDBGroupResponse.
SAMLConfigParams Parameters to read or update SAML Config.
ScopedObjectItem struct for ScopedObjectItem.
ScopedObjectItemsResponse struct for ScopedObjectItemsResponse.
ScopedObjectsRequest struct for ScopedObjectsRequest.
ScopeTag struct for ScopeTag.
ScopeTagsRequest struct for ScopeTagsRequest.
ScopeTagsResponse struct for ScopeTagsResponse.
SearchAccessGroupsResponse struct for SearchAccessGroupsResponse.
SearchAccountsResponse struct for SearchAccountsResponse.
SearchAlgorithmRevisionsResponse struct for SearchAlgorithmRevisionsResponse.
SearchAlgorithmsResponse struct for SearchAlgorithmsResponse.
SearchBody Search body.
SearchBookmarksByVDBGroupsResponse struct for SearchBookmarksByVDBGroupsResponse.
SearchBookmarksByVDBResponse struct for SearchBookmarksByVDBResponse.
SearchBookmarksResponse struct for SearchBookmarksResponse.
SearchCDBsResponse struct for SearchCDBsResponse.
SearchConnectorsResponse struct for SearchConnectorsResponse.
SearchDatabaseTemplatesResponse struct for SearchDatabaseTemplatesResponse.
SearchDatasetGroupResponse struct for SearchDatasetGroupResponse.
SearchDSourcesResponse struct for SearchDSourcesResponse.
SearchEnginesResponse struct for SearchEnginesResponse.
SearchEnvironmentsResponse struct for SearchEnvironmentsResponse.
SearchExecutionEventsResponse struct for SearchExecutionEventsResponse.
SearchExecutionsResponse struct for SearchExecutionsResponse.
SearchHashicorpVaultsResponse struct for SearchHashicorpVaultsResponse.
SearchHyperscaleConnectorsResponse struct for SearchHyperscaleConnectorsResponse.
SearchHyperscaleDatasetsResponse struct for SearchHyperscaleDatasetsResponse.
SearchHyperscaleDatasetTablesOrFilesResponse struct for SearchHyperscaleDatasetTablesOrFilesResponse.
SearchHyperscaleInstancesResponse struct for SearchHyperscaleInstancesResponse.
SearchHyperscaleMountPointsResponse struct for SearchHyperscaleMountPointsResponse.
SearchJobsResponse struct for SearchJobsResponse.
SearchKerberosConfigsResponse struct for SearchKerberosConfigsResponse.
SearchMaskingEnvironmentsResponse struct for SearchMaskingEnvironmentsResponse.
SearchMaskingJobSourceEnginesResponse struct for SearchMaskingJobSourceEnginesResponse.
SearchMaskingJobsResponse struct for SearchMaskingJobsResponse.
SearchMaskingPluginsResponse struct for SearchMaskingPluginsResponse.
SearchPasswordVaultResponse struct for SearchPasswordVaultResponse.
SearchReplicationProfilesResponse struct for SearchReplicationProfilesResponse.
SearchReportingScheduleResponse struct for SearchReportingScheduleResponse.
SearchRolesResponse struct for SearchRolesResponse.
SearchSnapshotsResponse struct for SearchSnapshotsResponse.
SearchSourcesResponse struct for SearchSourcesResponse.
SearchStagingSourcesResponse struct for SearchStagingSourcesResponse.
SearchTimeflowsResponse struct for SearchTimeflowsResponse.
SearchToolkitResponse struct for SearchToolkitResponse.
SearchVCDBsResponse struct for SearchVCDBsResponse.
SearchVDBGroupResponse struct for SearchVDBGroupResponse.
SearchVDBGroupsByBookmarkResponse struct for SearchVDBGroupsByBookmarkResponse.
SearchVDBsResponse struct for SearchVDBsResponse.
SearchVirtualizationPoliciesResponse struct for SearchVirtualizationPoliciesResponse.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SetAlgorithmPrimaryRevisionResponse struct for SetAlgorithmPrimaryRevisionResponse.
SMTPConfigParams Parameters to read or update SMTP Config.
SMTPConfigValidate Parameters to validate SMTP Config.
Snapshot Virtualization Engine Snapshot of a dSource or VDB.
SnapshotCompatibleEnvironmentsResponse struct for SnapshotCompatibleEnvironmentsResponse.
SnapshotCompatibleRepositoryRequest struct for SnapshotCompatibleRepositoryRequest.
SnapshotDayRange Count of TimeFlow snapshots aggregated by day.
SnapshotDSourceResponse struct for SnapshotDSourceResponse.
SnapshotsDayRangesResponse struct for SnapshotsDayRangesResponse.
SnapshotVDBResponse struct for SnapshotVDBResponse.
Source The Delphix representation of the source database (not typically managed by Delphix).
SourceOperation struct for SourceOperation.
SSHVerificationStrategy Mechanism to use for ssh host verification.
StagingCompatibleEnvironmentsResponse struct for StagingCompatibleEnvironmentsResponse.
StagingSource The Delphix representation of the staging source database (not typically managed by Delphix).
StartVDBResponse struct for StartVDBResponse.
StopVDBResponse struct for StopVDBResponse.
StorageSavingsReportSummarizedData struct for StorageSavingsReportSummarizedData.
StorageSavingsSummaryData struct for StorageSavingsSummaryData.
StorageSavingsSummaryReportResponse struct for StorageSavingsSummaryReportResponse.
SwitchTimeflowParameters Parameters to switch the timeflow of a VDB.
SwitchTimeflowResponse struct for SwitchTimeflowResponse.
SyncEnginesHyperscaleParameters Parameters to sync the global object from a source engine to a list of target engines registered with a Hyperscale Instance.
SyncEnginesHyperscaleResponse struct for SyncEnginesHyperscaleResponse.
Tag struct for Tag.
TagsRequest struct for TagsRequest.
TagsResponse struct for TagsResponse.
TaskEvent A step or event performed by a masking execution.
Timeflow Virtualization Engine Timeflow of a dSource or VDB.
TimeflowRange Represents a time range within a timeflow.
TimestampCompatibleEnvironmentsResponse struct for TimestampCompatibleEnvironmentsResponse.
TimestampCompatibleRepositoryRequest struct for TimestampCompatibleRepositoryRequest.
TokenInfoRequest struct for TokenInfoRequest.
TokenInfoResponse struct for TokenInfoResponse.
Toolkit A toolkit or plugin.
UnregisterHyperscaleInstanceResponse struct for UnregisterHyperscaleInstanceResponse.
UnsetSnapshotRetentionResponse struct for UnsetSnapshotRetentionResponse.
UpdateAccessGroupScope An Access group scope parameters that are allowed to update.
UpdateAlgorithmRevisionParameters Parameters to update a masking algorithm revision.
UpdateAlgorithmRevisionResponse struct for UpdateAlgorithmRevisionResponse.
UpdateBookmarkParameters Parameters to update a Bookmark.
UpdateBookmarkResponse struct for UpdateBookmarkResponse.
UpdateConnectorResponse struct for UpdateConnectorResponse.
UpdateDatabaseTemplateParameters Parameters to update a Database Template.
UpdateDatabaseTemplateResponse struct for UpdateDatabaseTemplateResponse.
UpdateEnvironmentResponse struct for UpdateEnvironmentResponse.
UpdateEnvironmentUserResponse struct for UpdateEnvironmentUserResponse.
UpdateHostResponse struct for UpdateHostResponse.
UpdateHyperscaleConnectorResponse struct for UpdateHyperscaleConnectorResponse.
UpdateHyperscaleDatasetResponse struct for UpdateHyperscaleDatasetResponse.
UpdateHyperscaleDatasetTableOrFileResponse struct for UpdateHyperscaleDatasetTableOrFileResponse.
UpdateHyperscaleMountPointResponse struct for UpdateHyperscaleMountPointResponse.
UpdateMaskingJobParameters Parameters to update a MaskingJob.
UpdatePostgresSourceResponse struct for UpdatePostgresSourceResponse.
UpdateRepositoryParameters struct for UpdateRepositoryParameters.
UpdateRepositoryResponse struct for UpdateRepositoryResponse.
UpdateSnapshotParameters Parameters to update the expiration of a Snapshot.
UpdateSnapshotResponse struct for UpdateSnapshotResponse.
UpdateTimeflowParameters Parameters to update a Timeflow.
UpdateTimeflowResponse struct for UpdateTimeflowResponse.
UpdateVDBGroupParameters Parameters to update a VDB group.
UpdateVDBParameters Parameters to update a VDB.
UpdateVDBResponse struct for UpdateVDBResponse.
ValidateJavaParameters Parameters to validate java path for the remote host.
ValidateJavaResponse The result of the validating java path on remote host.
VCDB The Delphix Oracle Virtual Container Database.
VDB A Delphix virtual database or dataset.
VDBGroup A collection of virtual databases and datesets.
VDBInventoryData struct for VDBInventoryData.
VDBInventoryReportResponse struct for VDBInventoryReportResponse.
VirtualDatasetHooks VDB operation hooks.
VirtualizationPolicy struct for VirtualizationPolicy.
VirtualizationSchedule struct for VirtualizationSchedule.
VirtualizationStorageSummaryData struct for VirtualizationStorageSummaryData.
VirtualizationStorageSummaryReportResponse struct for VirtualizationStorageSummaryReportResponse.
VirtualizationTask struct for VirtualizationTask.
VirtualizationTaskEvent struct for VirtualizationTaskEvent.

# Interfaces

No description provided by the author

# Type aliases

AccountsApiService AccountsApi service.
AlgorithmsApiService AlgorithmsApi service.
AuthorizationApiService AuthorizationApi service.
BookmarksApiService BookmarksApi service.
CDBsApiService CDBsApi service.
ConnectivityApiService ConnectivityApi service.
ConnectorsApiService ConnectorsApi service.
DatabaseTemplatesApiService DatabaseTemplatesApi service.
DSourcesApiService DSourcesApi service.
EnvironmentsApiService EnvironmentsApi service.
ExecutionsApiService ExecutionsApi service.
FeatureFlagApiService FeatureFlagApi service.
GroupsApiService GroupsApi service.
HyperscaleDataTypeEnum The data type designation for the hyperscale deployment.
HyperscaleInstanceApiService HyperscaleInstanceApi service.
HyperscaleObjectsApiService HyperscaleObjectsApi service.
JobsApiService JobsApi service.
KerberosConfigApiService KerberosConfigApi service.
LoginApiService LoginApi service.
ManagementApiService ManagementApi service.
MaskingEnvironmentsApiService MaskingEnvironmentsApi service.
MaskingFilesApiService MaskingFilesApi service.
MaskingJobsApiService MaskingJobsApi service.
MaskingPluginsApiService MaskingPluginsApi service.
ObjectTypeEnum Type of the DCT object.
PasswordVaultsApiService PasswordVaultsApi service.
PermissionEnum Type of the permission on DCT object.
ReplicationApiService ReplicationApi service.
ReportingApiService ReportingApi service.
SamlLoginApiService SamlLoginApi service.
ServerConfigurations stores multiple ServerConfiguration items.
SnapshotsApiService SnapshotsApi service.
SourcesApiService SourcesApi service.
StagingSourcesApiService StagingSourcesApi service.
TestApiService TestApi service.
TimeflowsApiService TimeflowsApi service.
ToolkitsApiService ToolkitsApi service.
VCDBsApiService VCDBsApi service.
VDBGroupsApiService VDBGroupsApi service.
VDBsApiService VDBsApi service.
VirtualizationPoliciesApiService VirtualizationPoliciesApi service.