ข้ามไปยังเนื้อหา

Class CellTrafficAutomationDriftStates

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

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

public static class CellTrafficAutomationDriftStates

objectCellTrafficAutomationDriftStates

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

The selected materializer observed drift between desired and actual control-plane posture.

public const string Drifted = "drifted"

string

The selected materializer observed the desired and actual control-plane posture in sync.

public const string InSync = "in-sync"

string

Multiple required materialization dimensions currently disagree about drift posture.

public const string Mixed = "mixed"

string

The selected materializer is still reconciling the desired and actual control-plane posture.

public const string Reconciling = "reconciling"

string

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

public const string Unknown = "unknown"

string