Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupAttachment

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentGroupAttachment

Returns a new instance of InterconnectAttachmentGroupAttachment.



34488
34489
34490
# File 'lib/google/apis/compute_alpha/classes.rb', line 34488

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

Instance Attribute Details

#attachmentString

Corresponds to the JSON property attachment

Returns:

  • (String)


34486
34487
34488
# File 'lib/google/apis/compute_alpha/classes.rb', line 34486

def attachment
  @attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34493
34494
34495
# File 'lib/google/apis/compute_alpha/classes.rb', line 34493

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