ClusterHostAffinityRuleType Table

ClusterHostAffinityRuleType is a static table listing all of the types of cluster host affinity rules.

Table 1. Database columns for ClusterHostAffinityRuleType table

Database Column

Details

ClusterHostAffinity RuleTypeID

Type: integer. Key. Generated ID

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

  • 1 = must run on (VMs in the LHS group MUST run on hosts specified in the RHS group )
  • 2 = must not run on (VMs in the LHS group MUST NOT run on any of the hosts specified in the RHS group )
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing the type of a cluster host affinity rule. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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