class Google::Apis::ComputeBeta::AddTargetPoolsInstanceRequest
Attributes
instances[RW]
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - www. googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance- name - projects/project-id/zones/zone/instances/instance-name - zones/zone/ instances/instance-name 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 36951 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 36956 def update!(**args) @instances = args[:instances] if args.key?(:instances) end