RelationType Table

RelationType is a static table containing types of relationship between objects

Table 1. Database columns for RelationType table

Database Column

Details

RelationTypeID

Type: integer. Key. Generated ID

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

  • 1 = VMware ESX host managed by vCenter
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a relation type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 256 characters)

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

ImporterString

Type: text (max 100 characters). Key

The text value provided by adapters when importing relation type.