VMDisk Security Profile Args
data class VMDiskSecurityProfileArgs(val diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, val securityEncryptionType: Output<Either<String, SecurityEncryptionTypes>>? = null) : ConvertibleToJava<VMDiskSecurityProfileArgs>
Specifies the security profile settings for the managed disk. Note: It can only be set for Confidential VMs.
Constructors
Link copied to clipboard
fun VMDiskSecurityProfileArgs(diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, securityEncryptionType: Output<Either<String, SecurityEncryptionTypes>>? = null)