Class: Google::Apis::ComputeAlpha::InterconnectAttachmentsScopedList
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::InterconnectAttachmentsScopedList
 
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
 generated/google/apis/compute_alpha/representations.rb,
 generated/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. 
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
| 12743 12744 12745 | # File 'generated/google/apis/compute_alpha/classes.rb', line 12743 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
| 12735 12736 12737 | # File 'generated/google/apis/compute_alpha/classes.rb', line 12735 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
| 12741 12742 12743 | # File 'generated/google/apis/compute_alpha/classes.rb', line 12741 def warning @warning end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 12748 12749 12750 12751 | # File 'generated/google/apis/compute_alpha/classes.rb', line 12748 def update!(**args) @interconnect_attachments = args[:interconnect_attachments] if args.key?(:interconnect_attachments) @warning = args[:warning] if args.key?(:warning) end |