Class: Google::Apis::ComputeV1::InterconnectAttachmentGroupAttachment
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InterconnectAttachmentGroupAttachment
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/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.
29309 29310 29311 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29309 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attachment ⇒ String
Corresponds to the JSON property attachment
29307 29308 29309 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29307 def @attachment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29314 29315 29316 |
# File 'lib/google/apis/compute_v1/classes.rb', line 29314 def update!(**args) @attachment = args[:attachment] if args.key?(:attachment) end |