Interface DatabaseMigrationServiceConnectionProfileCloudsqlSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseMigrationServiceConnectionProfileCloudsqlSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.543Z") @Stability(Stable) public interface DatabaseMigrationServiceConnectionProfileCloudsqlSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServiceConnectionProfileCloudsqlSettings.Builderstatic classDatabaseMigrationServiceConnectionProfileCloudsqlSettings.Jsii$ProxyAn implementation forDatabaseMigrationServiceConnectionProfileCloudsqlSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServiceConnectionProfileCloudsqlSettings.Builderbuilder()default StringgetActivationPolicy()The activation policy specifies when the instance is activated;default ObjectgetAutoStorageIncrease()If you enable this setting, Cloud SQL checks your available storage every 30 seconds.default StringgetCmekKeyName()The KMS key name used for the csql instance.default StringgetCollation()The Cloud SQL default instance level collation.default Map<String,String>getDatabaseFlags()The database flags passed to the Cloud SQL instance at startup.default StringgetDatabaseVersion()The database engine type and version.default StringgetDataDiskSizeGb()The storage capacity available to the database, in GB.default StringgetDataDiskType()The type of storage.default StringgetEdition()The edition of the given Cloud SQL instance.default DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfiggetIpConfig()ip_config block.default StringgetRootPassword()Input only.StringgetSourceId()The Database Migration Service source connection profile ID, in the format: projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID.default StringgetStorageAutoResizeLimit()The maximum size to which storage capacity can be automatically increased.default StringgetTier()The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances).default Map<String,String>getUserLabels()The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs.default StringgetZone()The Google Cloud Platform zone where your Cloud SQL datdabse instance is located.
-
-
-
Method Detail
-
getSourceId
@Stability(Stable) @NotNull String getSourceId()
The Database Migration Service source connection profile ID, in the format: projects/my_project_name/locations/us-central1/connectionProfiles/connection_profile_ID.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#source_id DatabaseMigrationServiceConnectionProfile#source_id}
-
getActivationPolicy
@Stability(Stable) @Nullable default String getActivationPolicy()
The activation policy specifies when the instance is activated;it is applicable only when the instance state is 'RUNNABLE'. Possible values: ["ALWAYS", "NEVER"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#activation_policy DatabaseMigrationServiceConnectionProfile#activation_policy}
-
getAutoStorageIncrease
@Stability(Stable) @Nullable default Object getAutoStorageIncrease()
If you enable this setting, Cloud SQL checks your available storage every 30 seconds.If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#auto_storage_increase DatabaseMigrationServiceConnectionProfile#auto_storage_increase}
-
getCmekKeyName
@Stability(Stable) @Nullable default String getCmekKeyName()
The KMS key name used for the csql instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#cmek_key_name DatabaseMigrationServiceConnectionProfile#cmek_key_name}
-
getCollation
@Stability(Stable) @Nullable default String getCollation()
The Cloud SQL default instance level collation.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#collation DatabaseMigrationServiceConnectionProfile#collation}
-
getDatabaseFlags
@Stability(Stable) @Nullable default Map<String,String> getDatabaseFlags()
The database flags passed to the Cloud SQL instance at startup.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#database_flags DatabaseMigrationServiceConnectionProfile#database_flags}
-
getDatabaseVersion
@Stability(Stable) @Nullable default String getDatabaseVersion()
The database engine type and version. Currently supported values located at https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.connectionProfiles#sqldatabaseversion.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#database_version DatabaseMigrationServiceConnectionProfile#database_version}
-
getDataDiskSizeGb
@Stability(Stable) @Nullable default String getDataDiskSizeGb()
The storage capacity available to the database, in GB. The minimum (and default) size is 10GB.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#data_disk_size_gb DatabaseMigrationServiceConnectionProfile#data_disk_size_gb}
-
getDataDiskType
@Stability(Stable) @Nullable default String getDataDiskType()
The type of storage. Possible values: ["PD_SSD", "PD_HDD"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#data_disk_type DatabaseMigrationServiceConnectionProfile#data_disk_type}
-
getEdition
@Stability(Stable) @Nullable default String getEdition()
The edition of the given Cloud SQL instance. Possible values: ["ENTERPRISE", "ENTERPRISE_PLUS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#edition DatabaseMigrationServiceConnectionProfile#edition}
-
getIpConfig
@Stability(Stable) @Nullable default DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig getIpConfig()
ip_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#ip_config DatabaseMigrationServiceConnectionProfile#ip_config}
-
getRootPassword
@Stability(Stable) @Nullable default String getRootPassword()
Input only. Initial root password.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#root_password DatabaseMigrationServiceConnectionProfile#root_password}
-
getStorageAutoResizeLimit
@Stability(Stable) @Nullable default String getStorageAutoResizeLimit()
The maximum size to which storage capacity can be automatically increased.The default value is 0, which specifies that there is no limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#storage_auto_resize_limit DatabaseMigrationServiceConnectionProfile#storage_auto_resize_limit}
-
getTier
@Stability(Stable) @Nullable default String getTier()
The tier (or machine type) for this instance, for example: db-n1-standard-1 (MySQL instances) or db-custom-1-3840 (PostgreSQL instances).For more information, see https://cloud.google.com/sql/docs/mysql/instance-settings Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#tier DatabaseMigrationServiceConnectionProfile#tier}
-
getUserLabels
@Stability(Stable) @Nullable default Map<String,String> getUserLabels()
The resource labels for a Cloud SQL instance to use to annotate any related underlying resources such as Compute Engine VMs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#user_labels DatabaseMigrationServiceConnectionProfile#user_labels}
-
getZone
@Stability(Stable) @Nullable default String getZone()
The Google Cloud Platform zone where your Cloud SQL datdabse instance is located.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#zone DatabaseMigrationServiceConnectionProfile#zone}
-
builder
@Stability(Stable) static DatabaseMigrationServiceConnectionProfileCloudsqlSettings.Builder builder()
-
-