Class CellTrafficAutomationMaterializationStates
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable materialization states for cell traffic automation runtime answers.
public static class CellTrafficAutomationMaterializationStatesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationMaterializationStates
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”Applied
Section titled “ Applied”The automation was reconciled successfully by the selected materializer.
public const string Applied = "applied"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”The selected materializer last reported a failure while reconciling the automation.
public const string Failed = "failed"Field Value
Section titled “Field Value”Partial
Section titled “ Partial”The automation spans multiple materialization dimensions whose observed postures do not currently agree.
public const string Partial = "partial"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The automation targets an active materializer that is expected to reconcile it.
public const string Pending = "pending"Field Value
Section titled “Field Value”Unavailable
Section titled “ Unavailable”The automation targets a runtime, but no active materializer can apply it.
public const string Unavailable = "unavailable"