Compute V1 Client - Class TargetPoolsRemoveInstanceRequest (2.8.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
Name Description
data array

Optional. Data for populating the Message object.

↳ instances array<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\RepeatedField<InstanceReference>

setInstances

URLs of the instances to be removed from target pool.

Parameter
Name Description
var array<InstanceReference>
Returns
Type Description
$this