class Google::Apis::ComputeV1::InstanceGroupManagersRecreateInstancesRequest
Attributes
instances[RW]
The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones//instances/. Corresponds to the JSON property `instances` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 14380 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 14385 def update!(**args) @instances = args[:instances] if args.key?(:instances) end