Class: Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb

Overview

Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations.

Instance Attribute Summary collapse

Instance Attribute Details

#metropolitan_area::String

Returns Name of the metropolitan area.

Returns:

  • (::String)

    Name of the metropolitan area.



384
385
386
387
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 384

class EdgeLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end