VMDiskSecurityProfileArgs

data class VMDiskSecurityProfileArgs(val securityEncryptionType: Output<Either<String, SecurityEncryptionType>>? = 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
constructor(securityEncryptionType: Output<Either<String, SecurityEncryptionType>>? = null)

Properties

Link copied to clipboard

Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.

Functions

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