class Google::Apis::ComputeV1::RemoveTargetPoolsInstanceRequest
Attributes
instances[RW]
URLs of the instances to be removed from target pool. Corresponds to the JSON property `instances` @return [Array<Google::Apis::ComputeV1::InstanceReference>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 38243 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 38248 def update!(**args) @instances = args[:instances] if args.key?(:instances) end