Class CellTrafficAutomationOwnershipStates
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Defines the stable ownership states for cell traffic automation materialization answers.
public static class CellTrafficAutomationOwnershipStatesInheritance
Section titled “Inheritance”object ← CellTrafficAutomationOwnershipStates
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”Multiple required materialization dimensions currently disagree about ownership posture.
public const string Mixed = "mixed"Field Value
Section titled “Field Value”Orphaned
Section titled “ Orphaned”The selected materializer observed resources that no longer have an active desired owner.
public const string Orphaned = "orphaned"Field Value
Section titled “Field Value”The selected materializer currently owns the reconciled control-plane resources.
public const string Owned = "owned"Field Value
Section titled “Field Value”OwnershipConflict
Section titled “ OwnershipConflict”The selected materializer observed a conflicting owner for the target resources.
public const string OwnershipConflict = "ownership-conflict"Field Value
Section titled “Field Value”Pruned
Section titled “ Pruned”The selected materializer pruned previously owned resources.
public const string Pruned = "pruned"Field Value
Section titled “Field Value”Requested
Section titled “ Requested”The automation is requested for reconciliation, but ownership has not been observed yet.
public const string Requested = "requested"Field Value
Section titled “Field Value”Transferred
Section titled “ Transferred”The selected materializer transferred ownership to another reconciler.
public const string Transferred = "transferred"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The ownership posture could not be determined from the current runtime truth.
public const string Unknown = "unknown"