Interface DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.544Z") @Stability(Stable) public interface DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig.Builderstatic classDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig.Jsii$ProxyAn implementation forDatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig.Builderbuilder()default ObjectgetAuthorizedNetworks()authorized_networks block.default ObjectgetEnableIpv4()Whether the instance should be assigned an IPv4 address or not.default StringgetPrivateNetwork()The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP.default ObjectgetRequireSsl()Whether SSL connections over IP should be enforced or not.
-
-
-
Method Detail
-
getAuthorizedNetworks
@Stability(Stable) @Nullable default Object getAuthorizedNetworks()
authorized_networks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#authorized_networks DatabaseMigrationServiceConnectionProfile#authorized_networks}
-
getEnableIpv4
@Stability(Stable) @Nullable default Object getEnableIpv4()
Whether the instance should be assigned an IPv4 address or not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#enable_ipv4 DatabaseMigrationServiceConnectionProfile#enable_ipv4}
-
getPrivateNetwork
@Stability(Stable) @Nullable default String getPrivateNetwork()
The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP.For example, projects/myProject/global/networks/default. This setting can be updated, but it cannot be removed after it is set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#private_network DatabaseMigrationServiceConnectionProfile#private_network}
-
getRequireSsl
@Stability(Stable) @Nullable default Object getRequireSsl()
Whether SSL connections over IP should be enforced or not.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/database_migration_service_connection_profile#require_ssl DatabaseMigrationServiceConnectionProfile#require_ssl}
-
builder
@Stability(Stable) static DatabaseMigrationServiceConnectionProfileCloudsqlSettingsIpConfig.Builder builder()
-
-