Replicated VMManaged Disk Target Disk Encryption Args
data class ReplicatedVMManagedDiskTargetDiskEncryptionArgs(val diskEncryptionKey: Output<ReplicatedVMManagedDiskTargetDiskEncryptionDiskEncryptionKeyArgs>, val keyEncryptionKey: Output<ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs>? = null) : ConvertibleToJava<ReplicatedVMManagedDiskTargetDiskEncryptionArgs>
Constructors
Link copied to clipboard
constructor(diskEncryptionKey: Output<ReplicatedVMManagedDiskTargetDiskEncryptionDiskEncryptionKeyArgs>, keyEncryptionKey: Output<ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs>? = null)
Properties
Link copied to clipboard
A disk_encryption_key
block as defined below.
Link copied to clipboard
val keyEncryptionKey: Output<ReplicatedVMManagedDiskTargetDiskEncryptionKeyEncryptionKeyArgs>? = null
A key_encryption_key
block as defined below.