ClusterType Table

ClusterType is a static table listing all of the types of a cluster.

Table 1. Database columns for ClusterType table

Database Column

Details

ClusterTypeID

Type: integer. Key. Generated ID

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

  • 1 = vMotion (a mobility cluster based on VMWare ESX technology)
  • 2 = Hyper-V (a mobility cluster based on Microsoft’s Hyper-V virtualization technology )
  • 5 = Oracle VM (a cluster based on Oracle VM virtualization technology )
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a cluster 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.

XMLFile

Type: text. Nullable

The layout of the property dialog for this type of cluster, stored in XML format.