MachineCluster¶
m:n relation between machines and clusters
Fields¶
Field | Type | Description |
---|---|---|
ClusterID | numeric | Internal ID that references the Cluster entity (Foreign Key) |
Created | datetime | Date/Time this relation got created in the database |
CreatedGUID | guid | GUID of the scan that created this relation |
ID | numeric | Internal ID for the MachineCluster entity (Primary Key) |
LastScan | datetime | Date/Time this relation got scanned last |
LastScanGUID | guid | GUID of the last scan for this relations |
MachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |