Class: Google::Apis::ComputeV1::InstanceGroupsRemoveInstancesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeV1::InstanceGroupsRemoveInstancesRequest
 
 
- Defined in:
 - generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #instances  ⇒ Array<Google::Apis::ComputeV1::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
      8247 8248 8249  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 8247 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeV1::InstanceReference>
The list of instances to remove from the instance group.
Corresponds to the JSON property instances
      8245 8246 8247  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 8245 def instances @instances end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      8252 8253 8254  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 8252 def update!(**args) @instances = args[:instances] if args.key?(:instances) end  |