Class CellTrafficAutomationDependencyStates
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable dependency states for cell traffic automation materialization answers.
public static class CellTrafficAutomationDependencyStatesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationDependencyStates
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”Missing
Section titled “ Missing”The selected materializer depends on control-plane resources that are currently missing.
public const string Missing = "dependency-missing"Field Value
Section titled “Field Value”Multiple required materialization dimensions currently disagree about dependency posture.
public const string Mixed = "mixed"Field Value
Section titled “Field Value”Satisfied
Section titled “ Satisfied”The selected materializer depends on control-plane resources that are currently available.
public const string Satisfied = "satisfied"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The dependency posture could not be determined from the current runtime truth.
public const string Unknown = "unknown"