InstanceReferenceResponse

data class InstanceReferenceResponse(val name: String, val project: String, val region: String)

Reference to another Cloud SQL instance.

Constructors

Link copied to clipboard
fun InstanceReferenceResponse(name: String, project: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Cloud SQL instance being referenced. This does not include the project ID.

Link copied to clipboard

The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.

Link copied to clipboard

The region of the Cloud SQL instance being referenced.