DiskEncryptionSettingsArgs

data class DiskEncryptionSettingsArgs(val diskEncryptionKey: Output<KeyVaultSecretReferenceArgs>? = null, val enabled: Output<Boolean>? = null, val keyEncryptionKey: Output<KeyVaultKeyReferenceArgs>? = null) : ConvertibleToJava<DiskEncryptionSettingsArgs>

Describes a Encryption Settings for a Disk

Constructors

Link copied to clipboard
fun DiskEncryptionSettingsArgs(diskEncryptionKey: Output<KeyVaultSecretReferenceArgs>? = null, enabled: Output<Boolean>? = null, keyEncryptionKey: Output<KeyVaultKeyReferenceArgs>? = null)

Functions

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

Properties

Link copied to clipboard

Specifies the location of the disk encryption key, which is a Key Vault Secret.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether disk encryption should be enabled on the virtual machine.

Link copied to clipboard

Specifies the location of the key encryption key in Key Vault.