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.



24957
24958
24959
# File 'lib/google/apis/compute_alpha/classes.rb', line 24957

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

Instance Attribute Details

#attachmentString

Corresponds to the JSON property attachment

Returns:

  • (String)


24955
24956
24957
# File 'lib/google/apis/compute_alpha/classes.rb', line 24955

def attachment
  @attachment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



24962
24963
24964
# File 'lib/google/apis/compute_alpha/classes.rb', line 24962

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