Location Preference Args
data class LocationPreferenceArgs(val followGaeApplication: Output<String>? = null, val kind: Output<String>? = null, val secondaryZone: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<LocationPreferenceArgs>
Preferred location. This specifies where a Cloud SQL instance is located. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified.
Properties
Link copied to clipboard
The App Engine application to follow, it must be in the same region as the Cloud SQL instance. WARNING: Changing this might restart the instance.
Link copied to clipboard
The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).