VMType describes different vm types we support. Introduced for Azure SNP / Trusted Launch attestation.
const (
// Unknown is the default value for VMType and should not be used. Unknown VMType = iota// AzureCVM is an Azure Confidential Virtual Machine (CVM). AzureCVM
// AzureTrustedLaunch is an Azure Trusted Launch VM. AzureTrustedLaunch
)