Class: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InterconnectAttachmentsScopedList

Returns a new instance of InterconnectAttachmentsScopedList.



16931
16932
16933
# File 'lib/google/apis/compute_beta/classes.rb', line 16931

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#interconnect_attachmentsArray<Google::Apis::ComputeBeta::InterconnectAttachment>

A list of interconnect attachments contained in this scope. Corresponds to the JSON property interconnectAttachments



16923
16924
16925
# File 'lib/google/apis/compute_beta/classes.rb', line 16923

def interconnect_attachments
  @interconnect_attachments
end

#warningGoogle::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning

Informational warning which replaces the list of addresses when the list is empty. Corresponds to the JSON property warning



16929
16930
16931
# File 'lib/google/apis/compute_beta/classes.rb', line 16929

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16936
16937
16938
16939
# 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