google_api_memcache v0.2.1 GoogleApi.Memcache.V1beta2.Model.GoogleCloudMemcacheV1beta2LocationMetadata View Source
Metadata for the given google.cloud.location.Location.
Attributes
availableZones
(type:%{optional(String.t) => GoogleApi.Memcache.V1beta2.Model.ZoneMetadata.t}
, default:nil
) - Output only. The set of available zones in the location. The map is keyed by the lowercase ID of each zone, as defined by GCE. These keys can be specified in thezones
field when creating a Memcached instance.
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 Sourcet() :: %GoogleApi.Memcache.V1beta2.Model.GoogleCloudMemcacheV1beta2LocationMetadata{ availableZones: %{ optional(String.t()) => GoogleApi.Memcache.V1beta2.Model.ZoneMetadata.t() } }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.