Class: Google::Cloud::Compute::V1::WireGroupTopologyEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::WireGroupTopologyEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Topology details for a single wire group endpoint.
Instance Attribute Summary collapse
-
#city ⇒ ::String
Output only.
-
#label ⇒ ::String
Output only.
Instance Attribute Details
#city ⇒ ::String
Returns Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
82719 82720 82721 82722 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 82719 class WireGroupTopologyEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
Returns Output only. Endpoint label from the wire group.
82719 82720 82721 82722 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 82719 class WireGroupTopologyEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |