Cloud Sql Connection Profile Response
data class CloudSqlConnectionProfileResponse(val additionalPublicIp: String, val cloudSqlId: String, val privateIp: String, val publicIp: String, val settings: CloudSqlSettingsResponse)
Specifies required connection parameters, and, optionally, the parameters required to create a Cloud SQL destination database instance.
Constructors
Link copied to clipboard
constructor(additionalPublicIp: String, cloudSqlId: String, privateIp: String, publicIp: String, settings: CloudSqlSettingsResponse)
Properties
Link copied to clipboard
The Cloud SQL database instance's additional (outgoing) public IP. Used when the Cloud SQL database availability type is REGIONAL (i.e. multiple zones / highly available).
Link copied to clipboard
The Cloud SQL instance ID that this connection profile is associated with.
Link copied to clipboard
Immutable. Metadata used to create the destination Cloud SQL database.