GetClusterNodeTypeConfig

data class GetClusterNodeTypeConfig(val customCoreCount: Int, val nodeCount: Int, val nodeTypeId: String)

Constructors

Link copied to clipboard
constructor(customCoreCount: Int, nodeCount: Int, nodeTypeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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. Once the customer is created then corecount cannot be changed.

Link copied to clipboard

The number of nodes of this type in the cluster.

Link copied to clipboard