Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStates

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable state identifiers used by managed-connector provider-owned control-plane ownership answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStates

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

Provider-owned control-plane ownership does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Provider-owned control-plane ownership still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider-owned control-plane ownership is currently active on one bounded provider-facing step.

public const string OwnershipActive = "ownership-active"

string

Provider-owned control-plane ownership remains blocked by shared runtime policy, scheduler, or broader ownership truth.

public const string OwnershipBlocked = "ownership-blocked"

string

Provider-owned control-plane ownership is partially available but still depends on bounded operator or shared runtime conditions.

public const string OwnershipPartial = "ownership-partial"

string

Provider-owned control-plane ownership is currently ready on the shared runtime surface.

public const string OwnershipReady = "ownership-ready"

string

Provider-owned control-plane ownership currently remains risky because broader shared runtime truth is not safe enough yet.

public const string OwnershipRisk = "ownership-risk"

string