Reference documentation and code samples for the Compute V1 Client class NodeGroupsDeleteNodesRequest.
Generated from protobuf message google.cloud.compute.v1.NodeGroupsDeleteNodesRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ nodes |
array
Names of the nodes to delete. |
getNodes
Names of the nodes to delete.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNodes
Names of the nodes to delete.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |