Class: Google::Apis::ComputeAlpha::InterconnectGroupInterconnect

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Overview

An Interconnect in this InterconnectGroup.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectGroupInterconnect

Returns a new instance of InterconnectGroupInterconnect.



30755
30756
30757
# File 'lib/google/apis/compute_alpha/classes.rb', line 30755

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#interconnectString

The URL of an Interconnect in this group. All Interconnects in the group are unique. Corresponds to the JSON property interconnect

Returns:

  • (String)


30753
30754
30755
# File 'lib/google/apis/compute_alpha/classes.rb', line 30753

def interconnect
  @interconnect
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30760
30761
30762
# File 'lib/google/apis/compute_alpha/classes.rb', line 30760

def update!(**args)
  @interconnect = args[:interconnect] if args.key?(:interconnect)
end