google_api_redis v0.14.0 GoogleApi.Redis.V1beta1.Model.GoogleCloudRedisV1beta1LocationMetadata 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.V1beta1.Model.GoogleCloudRedisV1beta1ZoneMetadata.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 inlocation_id
oralternative_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
Link to this type
t()
View Sourcet() :: %GoogleApi.Redis.V1beta1.Model.GoogleCloudRedisV1beta1LocationMetadata{ availableZones: %{ optional(String.t()) => GoogleApi.Redis.V1beta1.Model.GoogleCloudRedisV1beta1ZoneMetadata.t() } }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.