Class: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#interconnect_attachments ⇒ Array<Google::Apis::ComputeBeta::InterconnectAttachment>
A list of interconnect attachments contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning
Informational warning which replaces the list of addresses when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InterconnectAttachmentsScopedList
constructor
A new instance of InterconnectAttachmentsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentsScopedList
Returns a new instance of InterconnectAttachmentsScopedList.
16317 16318 16319 |
# File 'generated/google/apis/compute_beta/classes.rb', line 16317 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnect_attachments ⇒ Array<Google::Apis::ComputeBeta::InterconnectAttachment>
A list of interconnect attachments contained in this scope.
Corresponds to the JSON property interconnectAttachments
16309 16310 16311 |
# File 'generated/google/apis/compute_beta/classes.rb', line 16309 def @interconnect_attachments end |
#warning ⇒ Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning
Informational warning which replaces the list of addresses when the list is
empty.
Corresponds to the JSON property warning
16315 16316 16317 |
# File 'generated/google/apis/compute_beta/classes.rb', line 16315 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16322 16323 16324 16325 |
# File 'generated/google/apis/compute_beta/classes.rb', line 16322 def update!(**args) @interconnect_attachments = args[:interconnect_attachments] if args.key?(:interconnect_attachments) @warning = args[:warning] if args.key?(:warning) end |