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 CellTrafficAutomationMaterializationConditionCategoriesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationMaterializationConditionCategories
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Dependency
Section titled “ Dependency”A condition that describes traffic dependency posture such as missing gateways, middleware, or backend services.
public const string Dependency = "dependency"Field Value
Section titled “Field Value”A condition that describes drift posture between authored Cephalon intent and the observed control-plane state.
public const string Drift = "drift"Field Value
Section titled “Field Value”Lifecycle
Section titled “ Lifecycle”A condition that describes the active lifecycle or reconciliation action for the materialized resource.
public const string Lifecycle = "lifecycle"Field Value
Section titled “Field Value”Observation
Section titled “ Observation”A condition that describes observation posture such as stale, unavailable, or error-driven reportability.
public const string Observation = "observation"Field Value
Section titled “Field Value”Ownership
Section titled “ Ownership”A condition that describes ownership posture for a materialized resource.
public const string Ownership = "ownership"Field Value
Section titled “Field Value”Readiness
Section titled “ Readiness”A condition that describes whether the materialized control-plane or edge object is ready to serve traffic.
public const string Readiness = "readiness"