ClusterType¶
Lookup table for cluster types.
erDiagram
ClusterType ||--o{ Cluster : "ClusterTypeID"
Fields¶
| Field | Type | Description |
|---|---|---|
| Description | string | Cluster type description |
| ID | numeric | Internal ID for the ClusterType entity (Primary Key) |
| Name | string | Cluster type name to show in the UI |
| OctopusID | string | OctoSAM internal name for programmatic access to the cluster type (e.g., in queries) |
Referenced by¶
| Table | Column Name | Description |
|---|---|---|
| Cluster | ClusterTypeID | Cluster information |