Class: Google::Cloud::Redis::V1beta1::LocationMetadata

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/redis/v1beta1/doc/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#available_zonesHash{String => Google::Cloud::Redis::V1beta1::ZoneMetadata}

Returns 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.

Returns:

  • (Hash{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 or alternative_location_id fields when creating a Redis instance.



351
# File 'lib/google/cloud/redis/v1beta1/doc/google/cloud/redis/v1beta1/cloud_redis.rb', line 351

class LocationMetadata; end