Class CellTrafficAutomationDriftStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable drift states for cell traffic automation materialization answers.
public static class CellTrafficAutomationDriftStatesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationDriftStates
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”Drifted
Section titled “ Drifted”The selected materializer observed drift between desired and actual control-plane posture.
public const string Drifted = "drifted"Field Value
Section titled “Field Value”InSync
Section titled “ InSync”The selected materializer observed the desired and actual control-plane posture in sync.
public const string InSync = "in-sync"Field Value
Section titled “Field Value”Multiple required materialization dimensions currently disagree about drift posture.
public const string Mixed = "mixed"Field Value
Section titled “Field Value”Reconciling
Section titled “ Reconciling”The selected materializer is still reconciling the desired and actual control-plane posture.
public const string Reconciling = "reconciling"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The drift posture could not be determined from the current runtime truth.
public const string Unknown = "unknown"