LicenseSimulationRowType Table

LicenseSimulationRowType is a static table listing all types of rows that can be displayed in the Simulation UI. Entries in the LicenseSimulationSWDetails table are assumed to be type 4 (Software installation)

Table 1. Database columns for LicenseSimulationRowType table

Database Column

Details

LicenseSimulationRow TypeID

Type: integer. Key. Generated ID

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

  • 1 = Host
  • 2 = Shared pool
  • 3 = Virtual Machine
  • 4 = Software installation
  • 5 = Physical machine.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing the type of a row in a license simulation. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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