Class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupAttachment

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/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.



31217
31218
31219
# File 'lib/google/apis/compute_beta/classes.rb', line 31217

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

Instance Attribute Details

#attachmentString

Corresponds to the JSON property attachment

Returns:

  • (String)


31215
31216
31217
# File 'lib/google/apis/compute_beta/classes.rb', line 31215

def attachment
  @attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31222
31223
31224
# File 'lib/google/apis/compute_beta/classes.rb', line 31222

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