Reference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API class Google::Cloud::Redis::V1beta1::LocationMetadata.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#available_zones
def available_zones() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Redis::V1beta1::ZoneMetadata}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::Redis::V1beta1::ZoneMetadata}) — 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
oralternative_location_id
fields when creating a Redis instance.