customCoreCount property

int? customCoreCount
getter/setter pair

Customized number of cores available to each node of the type.

This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used.

Optional.

Implementation

core.int? customCoreCount;