ClusterMainProfile

data class ClusterMainProfile(val diskEncryptionSetId: String? = null, val encryptionAtHostEnabled: Boolean? = null, val subnetId: String, val vmSize: String)

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: String? = null, encryptionAtHostEnabled: Boolean? = null, 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

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

Link copied to clipboard

The ID of the subnet where main 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 main nodes. Changing this forces a new resource to be created.