Class: Google::Apis::ComputeAlpha::InterconnectAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentsScopedList
- 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
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#interconnect_attachments ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachment>
A list of interconnect attachments contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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.
21481 21482 21483 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21481 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnect_attachments ⇒ Array<Google::Apis::ComputeAlpha::InterconnectAttachment>
A list of interconnect attachments contained in this scope.
Corresponds to the JSON property interconnectAttachments
21473 21474 21475 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21473 def @interconnect_attachments end |
#warning ⇒ Google::Apis::ComputeAlpha::InterconnectAttachmentsScopedList::Warning
Informational warning which replaces the list of addresses when the list is
empty.
Corresponds to the JSON property warning
21479 21480 21481 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21479 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
21486 21487 21488 21489 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 21486 def update!(**args) @interconnect_attachments = args[:interconnect_attachments] if args.key?(:interconnect_attachments) @warning = args[:warning] if args.key?(:warning) end |