CloudSQLInstanceInfoResponse

data class CloudSQLInstanceInfoResponse(val displayName: String, val externalIp: String, val internalIp: String, val networkUri: String, val region: String, val uri: String)

For display only. Metadata associated with a Cloud SQL instance.

Constructors

Link copied to clipboard
constructor(displayName: String, externalIp: String, internalIp: String, networkUri: String, region: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a Cloud SQL instance.

Link copied to clipboard

External IP address of a Cloud SQL instance.

Link copied to clipboard

Internal IP address of a Cloud SQL instance.

Link copied to clipboard

URI of a Cloud SQL instance network or empty string if the instance does not have one.

Link copied to clipboard

Region in which the Cloud SQL instance is running.

Link copied to clipboard
val uri: String

URI of a Cloud SQL instance.