KxScalingGroupConfiguration

The structure that stores the capacity configuration details of a scaling group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double?

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

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String