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 CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneOwnershipStates
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”NotApplicable
Section titled “ NotApplicable”Provider-owned control-plane ownership does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-owned control-plane ownership still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”OwnershipActive
Section titled “ OwnershipActive”Provider-owned control-plane ownership is currently active on one bounded provider-facing step.
public const string OwnershipActive = "ownership-active"Field Value
Section titled “Field Value”OwnershipBlocked
Section titled “ OwnershipBlocked”Provider-owned control-plane ownership remains blocked by shared runtime policy, scheduler, or broader ownership truth.
public const string OwnershipBlocked = "ownership-blocked"Field Value
Section titled “Field Value”OwnershipPartial
Section titled “ OwnershipPartial”Provider-owned control-plane ownership is partially available but still depends on bounded operator or shared runtime conditions.
public const string OwnershipPartial = "ownership-partial"Field Value
Section titled “Field Value”OwnershipReady
Section titled “ OwnershipReady”Provider-owned control-plane ownership is currently ready on the shared runtime surface.
public const string OwnershipReady = "ownership-ready"Field Value
Section titled “Field Value”OwnershipRisk
Section titled “ OwnershipRisk”Provider-owned control-plane ownership currently remains risky because broader shared runtime truth is not safe enough yet.
public const string OwnershipRisk = "ownership-risk"