Google Cloud Sql Admin V1 Client - Class LocationPreference (0.11.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 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.v1.LocationPreference

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.). To disable this field, set it to 'no_secondary_zone'.

↳ 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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZone

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

Returns
TypeDescription
string

setZone

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecondaryZone

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

To disable this field, set it to 'no_secondary_zone'.

Returns
TypeDescription
string

setSecondaryZone

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

To disable this field, set it to 'no_secondary_zone'.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKind

This is always sql#locationPreference.

Returns
TypeDescription
string

setKind

This is always sql#locationPreference.

Parameter
NameDescription
var string
Returns
TypeDescription
$this