NodeGroupSpecResponse

data class NodeGroupSpecResponse(val diskSizeGB: Double? = null, val enableHa: Boolean? = null, val kind: String? = null, val nodeCount: Int? = null, val sku: String? = null)

Specification for a node group.

Constructors

Link copied to clipboard
constructor(diskSizeGB: Double? = null, enableHa: Boolean? = null, kind: String? = null, nodeCount: Int? = null, sku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val diskSizeGB: Double? = null

The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024.

Link copied to clipboard
val enableHa: Boolean? = null

Whether high availability is enabled on the node group.

Link copied to clipboard
val kind: String? = null

The node type deployed in the node group.

Link copied to clipboard
val nodeCount: Int? = null

The number of nodes in the node group.

Link copied to clipboard
val sku: String? = null

The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'.