Compute V1 Client - Class InstanceGroupsRemoveInstancesRequest (1.8.3)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

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

The list of instances to remove from the instance group.

getInstances

The list of instances to remove from the instance group.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

The list of instances to remove from the instance group.

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