Compute V1 Client - Class TargetPoolsRemoveInstanceRequest (1.16.2)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instances array<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
Type Description
Google\Protobuf\Internal\RepeatedField

setInstances

URLs of the instances to be removed from target pool.

Parameter
Name Description
var array<Google\Cloud\Compute\V1\InstanceReference>
Returns
Type Description
$this