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
17846 17847 17848 17849 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 17846 class InterconnectGroupInterconnect include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |