KxClusterScalingGroupConfiguration

data class KxClusterScalingGroupConfiguration(val cpu: Double? = null, val memoryLimit: Int? = null, val memoryReservation: Int, val nodeCount: Int, val scalingGroupName: String)

Constructors

Link copied to clipboard
constructor(cpu: Double? = null, memoryLimit: Int? = null, memoryReservation: Int, nodeCount: Int, scalingGroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double? = null

The number of vCPUs that you want to reserve for each node of this kdb cluster on the scaling group host.

Link copied to clipboard
val memoryLimit: Int? = null

An optional hard limit on the amount of memory a kdb cluster can use.

Link copied to clipboard

A reservation of the minimum amount of memory that should be available on the scaling group for a kdb cluster to be successfully placed in a scaling group.

Link copied to clipboard

The number of kdb cluster nodes.

Link copied to clipboard

A unique identifier for the kdb scaling group.