google_api_redis v0.18.0 GoogleApi.Redis.V1.Model.GoogleCloudRedisV1LocationMetadata View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.