Class: Google::Cloud::Memcache::V1beta2::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Overview
Metadata for the given ::Google::Cloud::Location::Location
.
Defined Under Namespace
Classes: AvailableZonesEntry
Instance Attribute Summary collapse
-
#available_zones ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Memcache::V1beta2::ZoneMetadata}
readonly
Output only.
Instance Attribute Details
#available_zones ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Memcache::V1beta2::ZoneMetadata} (readonly)
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 the zones
field when creating a Memcached instance.
535 536 537 538 539 540 541 542 543 544 545 546 547 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 535 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Memcache::V1beta2::ZoneMetadata] class AvailableZonesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |