Class: Google::Apis::ComputeV1::InterconnectGroupInterconnect

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectGroupInterconnect

Returns a new instance of InterconnectGroupInterconnect.



31028
31029
31030
# File 'lib/google/apis/compute_v1/classes.rb', line 31028

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)


31026
31027
31028
# File 'lib/google/apis/compute_v1/classes.rb', line 31026

def interconnect
  @interconnect
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31033
31034
31035
# File 'lib/google/apis/compute_v1/classes.rb', line 31033

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