Class: Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::ProbingDetails::EdgeLocation
- 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
-
#metropolitan_area ⇒ ::String
Name of the metropolitan area.
Instance Attribute Details
#metropolitan_area ⇒ ::String
Returns 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 |