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
| 8004 8005 8006 | # File 'generated/google/apis/compute_v1/classes.rb', line 8004 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
| 8002 8003 8004 | # File 'generated/google/apis/compute_v1/classes.rb', line 8002 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 8009 8010 8011 | # File 'generated/google/apis/compute_v1/classes.rb', line 8009 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |