Class: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList
- 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>
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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InterconnectAttachmentsScopedList
Returns a new instance of InterconnectAttachmentsScopedList
10644 10645 10646 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10644 def initialize(**args) update!(**args) end |
Instance Attribute Details
#interconnect_attachments ⇒ Array<Google::Apis::ComputeBeta::InterconnectAttachment>
List of interconnect attachments contained in this scope.
Corresponds to the JSON property interconnectAttachments
10636 10637 10638 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10636 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
10642 10643 10644 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10642 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10649 10650 10651 10652 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10649 def update!(**args) @interconnect_attachments = args[:interconnect_attachments] if args.key?(:interconnect_attachments) @warning = args[:warning] if args.key?(:warning) end |