Skip to main content

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 ObjectValueTypeEnumWorkloadTypeDto
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Adapter0An Adapter — ETL pipeline executor that connects back to the controller via SignalR.
Application1An Application — tenant-specific web app deployed by the Communication Operator into the pool's Kubernetes namespace.