GoogleApi.Memcache.V1beta2.Model.LocationMetadata (google_api_memcache v0.26.0)
View SourceMetadata 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Memcache.V1beta2.Model.LocationMetadata{ availableZones: %{optional(String.t()) => GoogleApi.Memcache.V1beta2.Model.ZoneMetadata.t()} | nil }