Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class LocationPreference.
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.
Generated from protobuf message google.cloud.sql.v1beta4.LocationPreference
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ follow_gae_application
string
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.
↳ zone
string
The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). WARNING: Changing this might restart the instance.
↳ secondary_zone
string
The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).
↳ kind
string
This is always sql#locationPreference
.
getFollowGaeApplication
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.
string
setFollowGaeApplication
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.
var
string
$this
getZone
The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). WARNING: Changing this might restart the instance.
string
setZone
The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.). WARNING: Changing this might restart the instance.
var
string
$this
getSecondaryZone
The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).
string
setSecondaryZone
The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.).
var
string
$this
getKind
This is always sql#locationPreference
.
string
setKind
This is always sql#locationPreference
.
var
string
$this