class Google::Apis::MemcacheV1::GoogleCloudMemcacheV1LocationMetadata
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::GoogleCloudMemcacheV1ZoneMetadata>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/memcache_v1/classes.rb, line 210 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 215 def update!(**args) @available_zones = args[:available_zones] if args.key?(:available_zones) end