totalMaxNodeCount property

int? totalMaxNodeCount
getter/setter pair

Maximum number of nodes in the node pool.

Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.

Implementation

core.int? totalMaxNodeCount;