Class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupAttachment
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentGroupAttachment
- 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
-
#attachment ⇒ String
Corresponds to the JSON property
attachment
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentGroupAttachment
constructor
A new instance of InterconnectAttachmentGroupAttachment.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#attachment ⇒ String
Corresponds to the JSON property attachment
24955 24956 24957 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 24955 def @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 |