VMEnabledState Table

VMEnabledState is a static table listing the possible operational states of a virtual machine.

Table 1. Database columns for VMEnabledState table

Database Column

Details

VMEnabledStateID

Type: integer. Key. Generated ID

A unique identifier for each VMEnabledState. Possible values and the corresponding default strings are:

  • 1 = Started
  • 2 = Stopped
  • 3 = Suspended
  • 4 = Unknown
  • 5 = Terminated.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a virtual machine operational state. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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

ImporterString

Type: text (max 100 characters). Nullable

This is the string which is coming from the data source.