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

Preferred location. This specifies where a Cloud SQL instance should preferably be 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 AppEngine 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 (e.g. 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.