Class: Google::Cloud::Compute::V1::InterconnectGroupInterconnect

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#interconnect::String

Returns The URL of an Interconnect in this group. All Interconnects in the group are unique.

Returns:

  • (::String)

    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