Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupAttachment

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 Attachment in this AttachmentGroup.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupAttachment

Returns a new instance of InterconnectAttachmentGroupAttachment.



25237
25238
25239
# File 'lib/google/apis/compute_v1/classes.rb', line 25237

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

Instance Attribute Details

#attachmentString

Corresponds to the JSON property attachment

Returns:

  • (String)


25235
25236
25237
# File 'lib/google/apis/compute_v1/classes.rb', line 25235

def attachment
  @attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25242
25243
25244
# File 'lib/google/apis/compute_v1/classes.rb', line 25242

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