class Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList
Attributes
interconnect_attachments[RW]
A list of interconnect attachments contained in this scope. Corresponds to the JSON property `interconnectAttachments` @return [Array<Google::Apis::ComputeBeta::InterconnectAttachment>]
warning[RW]
Informational warning which replaces the list of addresses when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 16931 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_beta/classes.rb, line 16936 def update!(**args) @interconnect_attachments = args[:interconnect_attachments] if args.key?(:interconnect_attachments) @warning = args[:warning] if args.key?(:warning) end