Compute V1 Client - Class TargetPoolsRemoveInstanceRequest (1.8.3)

Reference documentation and code samples for the Compute V1 Client class TargetPoolsRemoveInstanceRequest.

Generated from protobuf message google.cloud.compute.v1.TargetPoolsRemoveInstanceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ instancesarray<Google\Cloud\Compute\V1\InstanceReference>

URLs of the instances to be removed from target pool.

getInstances

URLs of the instances to be removed from target pool.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

URLs of the instances to be removed from target pool.

Parameter
NameDescription
vararray<Google\Cloud\Compute\V1\InstanceReference>
Returns
TypeDescription
$this