Google Cloud Dataproc V1 Client - Class GkeNodePoolAutoscalingConfig (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class GkeNodePoolAutoscalingConfig.

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.

Generated from protobuf message google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodePoolAutoscalingConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ min_node_count int

The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.

↳ max_node_count int

The maximum number of nodes in the NodePool. Must be >= min_node_count. Note: Quota must be sufficient to scale up the cluster.

getMinNodeCount

The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.

Generated from protobuf field int32 min_node_count = 2;

Returns
TypeDescription
int

setMinNodeCount

The minimum number of nodes in the NodePool. Must be >= 0 and <= max_node_count.

Generated from protobuf field int32 min_node_count = 2;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMaxNodeCount

The maximum number of nodes in the NodePool. Must be >= min_node_count.

Note: Quota must be sufficient to scale up the cluster.

Generated from protobuf field int32 max_node_count = 3;

Returns
TypeDescription
int

setMaxNodeCount

The maximum number of nodes in the NodePool. Must be >= min_node_count.

Note: Quota must be sufficient to scale up the cluster.

Generated from protobuf field int32 max_node_count = 3;

Parameter
NameDescription
var int
Returns
TypeDescription
$this