class Google::Apis::ComputeV1::InstanceGroupManagersRecreateInstancesRequest

Attributes

instances[RW]

The URL for one or more instances to recreate. Corresponds to the JSON property `instances` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_v1/classes.rb, line 3747
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_v1/classes.rb, line 3752
def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end