nodeCount property
The number of nodes allocated to this instance.
At most, one of either node_count or processing_units should be
present in the message. Users can set the node_count field to specify
the target number of nodes allocated to the instance. If autoscaling is
enabled, node_count is treated as an OUTPUT_ONLY field and reflects
the current number of nodes allocated to the instance. This might be zero
in API responses for instances that are not yet in the READY state. If
the instance has varying node count across replicas (achieved by setting
asymmetric_autoscaling_options in the autoscaling configuration), the
node_count set here is the maximum node count across all replicas. For
more information, see
Compute capacity, nodes, and processing units.
Implementation
core.int? nodeCount;