processingUnits property
The number of processing units allocated to this instance.
At most, one of either processing_units
or node_count
should be
present in the message. Users can set the processing_units
field to
specify the target number of processing units allocated to the instance.
If autoscaling is enabled, processing_units
is treated as an
OUTPUT_ONLY
field and reflects the current number of processing units
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 processing units per replica (achieved by setting
asymmetric_autoscaling_options
in the autoscaling configuration), the
processing_units
set here is the maximum processing units across all
replicas. For more information, see
Compute capacity, nodes and processing units.
Implementation
core.int? processingUnits;