Interface DatabaseMigrationServiceConnectionProfileAlloydbSettings

    • Method Detail

      • getInitialUser

        @Stability(Stable)
        @NotNull
        DatabaseMigrationServiceConnectionProfileAlloydbSettingsInitialUser getInitialUser()
        initial_user block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#initial_user DatabaseMigrationServiceConnectionProfile#initial_user}

      • getVpcNetwork

        @Stability(Stable)
        @NotNull
        String getVpcNetwork()
        Required.

        The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: 'projects/{project_number}/global/networks/{network_id}'. This is required to create a cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#vpc_network DatabaseMigrationServiceConnectionProfile#vpc_network}

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        Labels for the AlloyDB cluster created by DMS.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#labels DatabaseMigrationServiceConnectionProfile#labels}

      • getPrimaryInstanceSettings

        @Stability(Stable)
        @Nullable
        default DatabaseMigrationServiceConnectionProfileAlloydbSettingsPrimaryInstanceSettings getPrimaryInstanceSettings()
        primary_instance_settings block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#primary_instance_settings DatabaseMigrationServiceConnectionProfile#primary_instance_settings}