Reference documentation and code samples for the Google Cloud Container V1 Client class QueuedProvisioning.
QueuedProvisioning defines the queued provisioning used by the node pool.
Generated from protobuf message google.container.v1.NodePool.QueuedProvisioning
Namespace
Google \ Cloud \ Container \ V1 \ NodePoolMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enabled |
bool
Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API. |
getEnabled
Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
Returns | |
---|---|
Type | Description |
bool |
setEnabled
Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |