Cluster
Cluster information.
erDiagram
ClusterType ||--o{ Cluster : "ClusterTypeID"
Datacenter ||--o{ Cluster : "DatacenterID"
Cluster ||--o{ MachineCluster : "ClusterID"
Fields
| Field |
Type |
Description |
| AnalysisExtras |
xml |
Holds additional analysis data |
| ClusterTypeID |
numeric |
Internal ID that references the ClusterType entity (Foreign Key) |
| Created |
datetime |
Date/Time the cluster object was created in the database |
| CreatedGUID |
guid |
GUID of the scan file that created the cluster object in the database |
| DatacenterID |
numeric |
Internal ID that references the Datacenter entity (Foreign Key) |
| Description |
string |
Cluster description |
| Guid |
guid |
Unique identifier for the cluster |
| ID |
numeric |
Internal ID for the Cluster entity (Primary Key) |
| LastScan |
datetime |
Date/Time the cluster was last scanned |
| LastScanGuid |
guid |
GUID of the last scan file that contained information about this cluster |
| MoRef |
string |
For VMware clusters, contains the managed object ID (relative to vCenter) |
| Name |
string |
Cluster name |
| ServiceNowLastExport |
datetime |
Date/Time of last export to ServiceNow |
| ServiceNowLastImport |
datetime |
Date/Time of last import from ServiceNow |
| ServiceNowSysID |
guid |
ServiceNow: sys_id of replicated object |
| ServiceNowTargetClass |
string |
ServiceNow: class of replicated object |
References
| Column Name |
Referenced Table |
Description |
| ClusterTypeID |
ClusterType |
Lookup table for cluster types |
| DatacenterID |
Datacenter |
For VMware virtualization: holds vSphere datacenter information |
Referenced by
| Table |
Column Name |
Description |
| MachineCluster |
ClusterID |
m:n relation between machines and clusters |