Class: Google::Cloud::EdgeContainer::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Metadata for a given
::Google::Cloud::Location::Location.
Defined Under Namespace
Classes: AvailableZonesEntry
Instance Attribute Summary collapse
-
#available_zones ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::EdgeContainer::V1::ZoneMetadata}
The set of available Google Distributed Cloud Edge zones in the location.
Instance Attribute Details
#available_zones ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::EdgeContainer::V1::ZoneMetadata}
Returns The set of available Google Distributed Cloud Edge zones in the location. The map is keyed by the lowercase ID of each zone.
714 715 716 717 718 719 720 721 722 723 724 725 726 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 714 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::EdgeContainer::V1::ZoneMetadata] class AvailableZonesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |