class Google::Apis::ReplicapoolV1beta2::RecreateInstancesRequest
Attributes
instances[RW]
The names of one or more instances to recreate. For example: ` 'instances': [ 'instance-c3po', 'instance-r2d2' ] ` Corresponds to the JSON property `instances` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/replicapool_v1beta2/classes.rb, line 232 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/replicapool_v1beta2/classes.rb, line 237 def update!(**args) @instances = args[:instances] if args.key?(:instances) end