KxClusterCapacityConfigurationArgs

data class KxClusterCapacityConfigurationArgs(val nodeCount: Output<Int>, val nodeType: Output<String>) : ConvertibleToJava<KxClusterCapacityConfigurationArgs>

Constructors

Link copied to clipboard
constructor(nodeCount: Output<Int>, nodeType: Output<String>)

Properties

Link copied to clipboard
val nodeCount: Output<Int>

Number of instances running in a cluster. Must be at least 1 and at most 5.

Link copied to clipboard
val nodeType: Output<String>

Determines the hardware of the host computer used for your cluster instance. Each node type offers different memory and storage capabilities. Choose a node type based on the requirements of the application or software that you plan to run on your instance. You can only specify one of the following values:

Functions

Link copied to clipboard
open override fun toJava(): KxClusterCapacityConfigurationArgs