Class: Google::Apis::ComputeBeta::InstanceGroupsAddInstancesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::InstanceGroupsAddInstancesRequest
 
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
 generated/google/apis/compute_beta/representations.rb,
 generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #instances  ⇒ Array<Google::Apis::ComputeBeta::InstanceReference> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of instances to add to the instance group. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InstanceGroupsAddInstancesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InstanceGroupsAddInstancesRequest. 
- 
  
    
      #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) ⇒ InstanceGroupsAddInstancesRequest
Returns a new instance of InstanceGroupsAddInstancesRequest
| 8851 8852 8853 | # File 'generated/google/apis/compute_beta/classes.rb', line 8851 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeBeta::InstanceReference>
The list of instances to add to the instance group.
Corresponds to the JSON property instances
| 8849 8850 8851 | # File 'generated/google/apis/compute_beta/classes.rb', line 8849 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 8856 8857 8858 | # File 'generated/google/apis/compute_beta/classes.rb', line 8856 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |