LocationPreferenceResponse

data class LocationPreferenceResponse(val followGaeApplication: String, val kind: String, val secondaryZone: String, val zone: String)

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.

Constructors

Link copied to clipboard
fun LocationPreferenceResponse(followGaeApplication: String, kind: String, secondaryZone: String, zone: String)

Types

Link copied to clipboard
object Companion

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

This is always sql#locationPreference.

Link copied to clipboard

The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).

Link copied to clipboard

The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). WARNING: Changing this might restart the instance.