Class: Google::Apis::ComputeAlpha::InstanceGroupManagersDeletePerInstanceConfigsReq
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeAlpha::InstanceGroupManagersDeletePerInstanceConfigsReq
 
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
 generated/google/apis/compute_alpha/representations.rb,
 generated/google/apis/compute_alpha/representations.rb
Overview
InstanceGroupManagers.deletePerInstanceConfigs
Instance Attribute Summary collapse
- 
  
    
      #instances  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of instances for which we want to delete per-instance configs on this managed instance group. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of InstanceGroupManagersDeletePerInstanceConfigsReq. 
- 
  
    
      #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) ⇒ InstanceGroupManagersDeletePerInstanceConfigsReq
Returns a new instance of InstanceGroupManagersDeletePerInstanceConfigsReq
| 10392 10393 10394 | # File 'generated/google/apis/compute_alpha/classes.rb', line 10392 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#instances ⇒ Array<String>
The list of instances for which we want to delete per-instance configs on this
managed instance group.
Corresponds to the JSON property instances
| 10390 10391 10392 | # File 'generated/google/apis/compute_alpha/classes.rb', line 10390 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 10397 10398 10399 | # File 'generated/google/apis/compute_alpha/classes.rb', line 10397 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |