Reference documentation and code samples for the Google Cloud Container V1 Client class NodeCreationConfig.
NodeCreationConfig defines the settings of node creation mode.
Generated from protobuf message google.container.v1.NodeCreationConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ node_creation_mode |
int
The mode of node creation. |
getNodeCreationMode
The mode of node creation.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Mode. |
setNodeCreationMode
The mode of node creation.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Mode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|