Class: Google::Cloud::EdgeContainer::V1::LocationMetadata

Inherits:
Object
  • Object
show all
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

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.

Returns:



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 
  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