GoogleApi.Memcache.V1beta2.Model.LocationMetadata (google_api_memcache v0.26.0)

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 the zones field when creating a Memcached instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Memcache.V1beta2.Model.LocationMetadata{
  availableZones:
    %{optional(String.t()) => GoogleApi.Memcache.V1beta2.Model.ZoneMetadata.t()}
    | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.