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
fun ClusterWorkerProfile(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. NOTE: encryption_at_host_enabled is only available for certain VM sizes and the EncryptionAtHost feature must be enabled for your subscription. Please see the Azure documentation for more information.

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.