Reference documentation and code samples for the Compute V1 Client class InstanceGroupManagersDeletePerInstanceConfigsReq.
InstanceGroupManagers.deletePerInstanceConfigs
Generated from protobuf message google.cloud.compute.v1.InstanceGroupManagersDeletePerInstanceConfigsReq
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |