VMDiskSecurityProfileResponse

data class VMDiskSecurityProfileResponse(val securityEncryptionType: String? = null)

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: String? = null)

Types

Link copied to clipboard
object Companion

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.