Google Cloud Container V1 Client - Class QueuedProvisioning (1.24.0)

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 \ NodePool

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
bool

setEnabled

Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this