ClusterComputer Table

The ClusterComputer table stores information about the relationship of computers to a cluster.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ClusterComputer table

Database Column

Details

ClusterComputerID

Type: integer. Key. Generated ID

A unique identifier for the cluster computer.

ClusterID

Type: integer. Key

Foreign key to the Cluster table.

ComplianceComputerID

Type: integer. Key

Foreign key to the ComplianceComputer table.

ClusterNodeTypeID

Type: integer

Foreign key to the ClusterNodeType table.

ComplianceComputer InventorySourceTypeID

Type: integer

Whether this cluster computer relationship has ever been reported in inventory, or has been manually created and maintained. Foreign key to the ComplianceComputerInventorySourceType table.