class Google::Apis::MemcacheV1::LocationMetadata

Metadata for the given google.cloud.location.Location.

Attributes

available_zones[RW]

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 the `zones` field when creating a Memcached instance. Corresponds to the JSON property `availableZones` @return [Hash<String,Google::Apis::MemcacheV1::ZoneMetadata>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/memcache_v1/classes.rb, line 967
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/memcache_v1/classes.rb, line 972
def update!(**args)
  @available_zones = args[:available_zones] if args.key?(:available_zones)
end