google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.LocationPreference View Source

Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. 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.

Attributes

  • followGaeApplication (type: String.t, default: nil) - The App Engine application to follow, it must be in the same region as the Cloud SQL instance.
  • kind (type: String.t, default: nil) - This is always sql#locationPreference.
  • zone (type: String.t, default: nil) - The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.LocationPreference{
  followGaeApplication: String.t(),
  kind: String.t(),
  zone: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.