Class: Google::Apis::ComputeAlpha::InstanceGroupsRemoveInstancesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::InstanceGroupsRemoveInstancesRequest
 
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
 generated/google/apis/compute_alpha/representations.rb,
 generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #instances  ⇒ Array<Google::Apis::ComputeAlpha::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
| 10946 10947 10948 | # File 'generated/google/apis/compute_alpha/classes.rb', line 10946 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#instances ⇒ Array<Google::Apis::ComputeAlpha::InstanceReference>
The list of instances to remove from the instance group.
Corresponds to the JSON property instances
| 10944 10945 10946 | # File 'generated/google/apis/compute_alpha/classes.rb', line 10944 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 10951 10952 10953 | # File 'generated/google/apis/compute_alpha/classes.rb', line 10951 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |