Compute V1 Client - Class TargetPoolsRemoveInstanceRequest (1.14.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

URLs of the instances to be removed from target pool.

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