CloudSqlConnectionProfileResponse

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
fun CloudSqlConnectionProfileResponse(additionalPublicIp: String, cloudSqlId: String, privateIp: String, publicIp: String, settings: CloudSqlSettingsResponse)

Types

Link copied to clipboard
object Companion

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

The Cloud SQL database instance's private IP.

Link copied to clipboard

The Cloud SQL database instance's public IP.

Link copied to clipboard

Immutable. Metadata used to create the destination Cloud SQL database.