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.



24430
24431
24432
# File 'lib/google/apis/compute_alpha/classes.rb', line 24430

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

Instance Attribute Details

#attachmentString

Corresponds to the JSON property attachment

Returns:

  • (String)


24428
24429
24430
# File 'lib/google/apis/compute_alpha/classes.rb', line 24428

def attachment
  @attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24435
24436
24437
# File 'lib/google/apis/compute_alpha/classes.rb', line 24435

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