Class CellTrafficAutomationProviderMaterializationStates
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable provider-materialization states for cell traffic automation runtime answers.
public static class CellTrafficAutomationProviderMaterializationStatesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationProviderMaterializationStates
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 provider materializer.
public const string Applied = "applied"Field Value
Section titled “Field Value”Failed
Section titled “ Failed”The selected provider materializer last reported a failure while reconciling the automation.
public const string Failed = "failed"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The automation targets a provider and an active materializer is expected to reconcile it.
public const string Pending = "pending"Field Value
Section titled “Field Value”Unavailable
Section titled “ Unavailable”The automation targets a provider but no active materializer can apply it.
public const string Unavailable = "unavailable"