InstanceReferenceArgs

data class InstanceReferenceArgs(val name: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<InstanceReferenceArgs>

Reference to another Cloud SQL instance.

Constructors

Link copied to clipboard
fun InstanceReferenceArgs(name: Output<String>? = null, project: Output<String>? = null, region: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): InstanceReferenceArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val project: Output<String>? = null

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
val region: Output<String>? = null

The region of the Cloud SQL instance being referenced.