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

Class CellTrafficAutomationOwnershipStates

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

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

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

public static class CellTrafficAutomationOwnershipStates

objectCellTrafficAutomationOwnershipStates

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

Multiple required materialization dimensions currently disagree about ownership posture.

public const string Mixed = "mixed"

string

The selected materializer observed resources that no longer have an active desired owner.

public const string Orphaned = "orphaned"

string

The selected materializer currently owns the reconciled control-plane resources.

public const string Owned = "owned"

string

The selected materializer observed a conflicting owner for the target resources.

public const string OwnershipConflict = "ownership-conflict"

string

The selected materializer pruned previously owned resources.

public const string Pruned = "pruned"

string

The automation is requested for reconciliation, but ownership has not been observed yet.

public const string Requested = "requested"

string

The selected materializer transferred ownership to another reconciler.

public const string Transferred = "transferred"

string

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

public const string Unknown = "unknown"

string