Skip to content

Class CellTrafficAutomationMaterializationConditionCategories

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Defines the stable category identifiers used by typed cell traffic automation materialization conditions.

public static class CellTrafficAutomationMaterializationConditionCategories

objectCellTrafficAutomationMaterializationConditionCategories

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

A condition that describes traffic dependency posture such as missing gateways, middleware, or backend services.

public const string Dependency = "dependency"

string

A condition that describes drift posture between authored Cephalon intent and the observed control-plane state.

public const string Drift = "drift"

string

A condition that describes the active lifecycle or reconciliation action for the materialized resource.

public const string Lifecycle = "lifecycle"

string

A condition that describes observation posture such as stale, unavailable, or error-driven reportability.

public const string Observation = "observation"

string

A condition that describes ownership posture for a materialized resource.

public const string Ownership = "ownership"

string

A condition that describes whether the materialized control-plane or edge object is ready to serve traffic.

public const string Readiness = "readiness"

string