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>
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.
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
10939 10940 10941 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10939 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
10931 10932 10933 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10931 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
10937 10938 10939 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10937 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10944 10945 10946 10947 |
# File 'generated/google/apis/compute_beta/classes.rb', line 10944 def update!(**args) @interconnect_attachments = args[:interconnect_attachments] if args.key?(:interconnect_attachments) @warning = args[:warning] if args.key?(:warning) end |