GoogleApi.Memcache.V1.Model.GoogleCloudMemcacheV1LocationMetadata (google_api_memcache v0.18.0) View Source
Metadata for the given google.cloud.location.Location.
Attributes
-
availableZones
(type:%{optional(String.t) => GoogleApi.Memcache.V1.Model.GoogleCloudMemcacheV1ZoneMetadata.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
Specs
t() :: %GoogleApi.Memcache.V1.Model.GoogleCloudMemcacheV1LocationMetadata{ availableZones: %{ optional(String.t()) => GoogleApi.Memcache.V1.Model.GoogleCloudMemcacheV1ZoneMetadata.t() } | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.