Skip to content

Class CellTrafficAutomationDependencyStates

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

Defines the stable dependency states for cell traffic automation materialization answers.

public static class CellTrafficAutomationDependencyStates

objectCellTrafficAutomationDependencyStates

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

The selected materializer depends on control-plane resources that are currently missing.

public const string Missing = "dependency-missing"

string

Multiple required materialization dimensions currently disagree about dependency posture.

public const string Mixed = "mixed"

string

The selected materializer depends on control-plane resources that are currently available.

public const string Satisfied = "satisfied"

string

The dependency posture could not be determined from the current runtime truth.

public const string Unknown = "unknown"

string