Compute V1 Client - Class InstanceGroupManagersDeletePerInstanceConfigsReq (1.14.0)

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

InstanceGroupManagers.deletePerInstanceConfigs

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ names array

The list of instance names for which we want to delete per-instance configs on this managed instance group.

getNames

The list of instance names for which we want to delete per-instance configs on this managed instance group.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNames

The list of instance names for which we want to delete per-instance configs on this managed instance group.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this