Class: Google::Cloud::Compute::V1::InterconnectGroupInterconnect
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InterconnectGroupInterconnect
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
An Interconnect in this InterconnectGroup.
Instance Attribute Summary collapse
-
#interconnect ⇒ ::String
The URL of an Interconnect in this group.
Instance Attribute Details
#interconnect ⇒ ::String
Returns The URL of an Interconnect in this group. All Interconnects in the group are unique.
17792 17793 17794 17795 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17792 class InterconnectGroupInterconnect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |