Class: Google::Apis::ReplicapoolV1beta2::RecreateInstancesRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ReplicapoolV1beta2::RecreateInstancesRequest
 
- 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 recreate. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RecreateInstancesRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RecreateInstancesRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RecreateInstancesRequest
Returns a new instance of RecreateInstancesRequest
| 233 234 235 | # File 'generated/google/apis/replicapool_v1beta2/classes.rb', line 233 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#instances ⇒ Array<String>
The names of one or more instances to recreate. For example:
'instances': [ 'instance-c3po', 'instance-r2d2' ]
Corresponds to the JSON property instances
| 231 232 233 | # File 'generated/google/apis/replicapool_v1beta2/classes.rb', line 231 def instances @instances end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 238 239 240 | # File 'generated/google/apis/replicapool_v1beta2/classes.rb', line 238 def update!(**args) @instances = args[:instances] if args.key?(:instances) end |