View Source GoogleApi.Redis.V1.Model.GoogleCloudRedisV1LocationMetadata (google_api_redis v0.42.0)

This location metadata represents additional configuration options for a given location where a Redis instance may be created. All fields are output only. It is returned as content of the google.cloud.location.Location.metadata field.

Attributes

  • availableZones (type: %{optional(String.t) => GoogleApi.Redis.V1.Model.GoogleCloudRedisV1ZoneMetadata.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 location_id or alternative_location_id fields when creating a Redis instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.GoogleCloudRedisV1LocationMetadata{
  availableZones:
    %{
      optional(String.t()) =>
        GoogleApi.Redis.V1.Model.GoogleCloudRedisV1ZoneMetadata.t()
    }
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.