WorkloadTypeDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Discriminator for the kind of workload being deployed. Mirrors the CK type
hierarchy: every subtype of System.Communication/DeployableWorkload
maps to one of these values.
public enum WorkloadTypeDto
Inheritance Object → ValueType → Enum → WorkloadTypeDto
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Adapter | 0 | An Adapter — ETL pipeline executor that connects back to the controller via SignalR. |
| Application | 1 | An Application — tenant-specific web app deployed by the Communication Operator into the pool's Kubernetes namespace. |