Class: Google::Apis::ComputeV1::InterconnectGroupInterconnect
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectGroupInterconnect
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Overview
An Interconnect in this InterconnectGroup.
Instance Attribute Summary collapse
-
#interconnect ⇒ String
The URL of an Interconnect in this group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectGroupInterconnect
constructor
A new instance of InterconnectGroupInterconnect.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectGroupInterconnect
Returns a new instance of InterconnectGroupInterconnect.
30830 30831 30832 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnect ⇒ String
The URL of an Interconnect in this group. All Interconnects in the group
are unique.
Corresponds to the JSON property interconnect
30828 30829 30830 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30828 def interconnect @interconnect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30835 30836 30837 |
# File 'lib/google/apis/compute_v1/classes.rb', line 30835 def update!(**args) @interconnect = args[:interconnect] if args.key?(:interconnect) end |