ClusterWorkerProfile

data class ClusterWorkerProfile(val diskEncryptionSetId: String? = null, val diskSizeGb: Int, val encryptionAtHostEnabled: Boolean? = null, val nodeCount: Int, val subnetId: String, val vmSize: String)

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, diskSizeGb: Int, encryptionAtHostEnabled: Boolean? = null, nodeCount: Int, subnetId: String, vmSize: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of an associated disk encryption set. Changing this forces a new resource to be created.

Link copied to clipboard

The internal OS disk size of the worker Virtual Machines in GB. Changing this forces a new resource to be created.

Link copied to clipboard

Whether worker virtual machines are encrypted at host. Defaults to false. Changing this forces a new resource to be created.

Link copied to clipboard

The initial number of worker nodes which should exist in the cluster. Changing this forces a new resource to be created.

Link copied to clipboard

The ID of the subnet where worker nodes will be hosted. Changing this forces a new resource to be created.

Link copied to clipboard

The size of the Virtual Machines for the worker nodes. Changing this forces a new resource to be created.