nodeCount property

int? nodeCount
getter/setter pair

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. This may be zero in API responses for instances that are not yet in state READY. See the documentation for more information about nodes and processing units.

Implementation

core.int? nodeCount;