Class: Google::Apis::ReplicapoolV1beta2::AbandonInstancesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ReplicapoolV1beta2::AbandonInstancesRequest
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/replicapool_v1beta2/classes.rb,
 generated/google/apis/replicapool_v1beta2/representations.rb,
 generated/google/apis/replicapool_v1beta2/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #instances  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The names of one or more instances to abandon. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AbandonInstancesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AbandonInstancesRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AbandonInstancesRequest
Returns a new instance of AbandonInstancesRequest
| 193 194 195 | # File 'generated/google/apis/replicapool_v1beta2/classes.rb', line 193 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#instances ⇒ Array<String>
The names of one or more instances to abandon. For example:
'instances': [ 'instance-c3po', 'instance-r2d2' ]
Corresponds to the JSON property instances
| 191 192 193 | # File 'generated/google/apis/replicapool_v1beta2/classes.rb', line 191 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 198 199 200 | # File 'generated/google/apis/replicapool_v1beta2/classes.rb', line 198 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |