Skip to content

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 CellTrafficAutomationProviderMaterializationStates

objectCellTrafficAutomationProviderMaterializationStates

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 provider materializer.

public const string Applied = "applied"

string

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

public const string Failed = "failed"

string

The automation targets a provider and an active materializer is expected to reconcile it.

public const string Pending = "pending"

string

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

public const string Unavailable = "unavailable"

string