Skip to content

Class CellTrafficAutomationMaterializationStates

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

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

public static class CellTrafficAutomationMaterializationStates

objectCellTrafficAutomationMaterializationStates

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

The automation was reconciled successfully by the selected materializer.

public const string Applied = "applied"

string

The selected materializer last reported a failure while reconciling the automation.

public const string Failed = "failed"

string

The automation spans multiple materialization dimensions whose observed postures do not currently agree.

public const string Partial = "partial"

string

The automation targets an active materializer that is expected to reconcile it.

public const string Pending = "pending"

string

The automation targets a runtime, but no active materializer can apply it.

public const string Unavailable = "unavailable"

string