VMType Table

VMType is a static table listing the possible types of virtual machine or partition.

Table 1. Database columns for VMType table

Database Column

Details

VMTypeID

Type: integer. Key. Generated ID

A unique identifier for a VMType. Possible values and the corresponding default names are:

  • 1 = VMware
  • 2 = Hyper-V
  • 3 = LPAR
  • 4 = WPAR
  • 5 = nPar
  • 6 = vPar
  • 7 = SRP
  • 8 = Zone
  • 9 = Unknown.
  • 10 = Oracle VM
  • 11 = AWS EC2
  • 12 = Linux KVM
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a virtual machine or partition type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.