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