Class: Google::Apis::RedisV1::GoogleCloudRedisV1LocationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.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 Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRedisV1LocationMetadata

Returns a new instance of GoogleCloudRedisV1LocationMetadata.



1344
1345
1346
# File 'lib/google/apis/redis_v1/classes.rb', line 1344

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#available_zonesHash<String,Google::Apis::RedisV1::GoogleCloudRedisV1ZoneMetadata>

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. Corresponds to the JSON property availableZones



1342
1343
1344
# File 'lib/google/apis/redis_v1/classes.rb', line 1342

def available_zones
  @available_zones
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1349
1350
1351
# File 'lib/google/apis/redis_v1/classes.rb', line 1349

def update!(**args)
  @available_zones = args[:available_zones] if args.key?(:available_zones)
end