class Google::Apis::ComputeV1::InstanceGroupManagersCreateInstancesRequest
InstanceGroupManagers.createInstances
Attributes
instances[RW]
- Required
-
List of specifications of per-instance configs.
Corresponds to the JSON property `instances` @return [Array<Google::Apis::ComputeV1::PerInstanceConfig>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 13295 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 13300 def update!(**args) @instances = args[:instances] if args.key?(:instances) end