Class: Google::Apis::ComputeBeta::InstanceGroupsRemoveInstancesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::InstanceGroupsRemoveInstancesRequest
 
- 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 remove from the instance group. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InstanceGroupsRemoveInstancesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InstanceGroupsRemoveInstancesRequest. 
- 
  
    
      #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) ⇒ InstanceGroupsRemoveInstancesRequest
Returns a new instance of InstanceGroupsRemoveInstancesRequest
| 9010 9011 9012 | # File 'generated/google/apis/compute_beta/classes.rb', line 9010 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeBeta::InstanceReference>
The list of instances to remove from the instance group.
Corresponds to the JSON property instances
| 9008 9009 9010 | # File 'generated/google/apis/compute_beta/classes.rb', line 9008 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 9015 9016 9017 | # File 'generated/google/apis/compute_beta/classes.rb', line 9015 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |