MasterProfileArgs

data class MasterProfileArgs(val diskEncryptionSetId: Output<String>? = null, val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, val subnetId: Output<String>? = null, val vmSize: Output<String>? = null) : ConvertibleToJava<MasterProfileArgs>

MasterProfile represents a master profile.

Constructors

Link copied to clipboard
constructor(diskEncryptionSetId: Output<String>? = null, encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null, subnetId: Output<String>? = null, vmSize: Output<String>? = null)

Properties

Link copied to clipboard
val diskEncryptionSetId: Output<String>? = null

The resource ID of an associated DiskEncryptionSet, if applicable.

Link copied to clipboard
val encryptionAtHost: Output<Either<String, EncryptionAtHost>>? = null

Whether master virtual machines are encrypted at host.

Link copied to clipboard
val subnetId: Output<String>? = null

The Azure resource ID of the master subnet.

Link copied to clipboard
val vmSize: Output<String>? = null

The size of the master VMs.

Functions

Link copied to clipboard
open override fun toJava(): MasterProfileArgs