Class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterCategories
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector execution-adapter answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterCategories
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”AdapterReady
Section titled “ AdapterReady”The execution adapter is currently ready to translate provider-facing commands.
public const string AdapterReady = "adapter-ready"Field Value
Section titled “Field Value”AdapterUnavailable
Section titled “ AdapterUnavailable”The execution adapter is currently unavailable for the active managed connector.
public const string AdapterUnavailable = "adapter-unavailable"Field Value
Section titled “Field Value”ApprovalReady
Section titled “ ApprovalReady”The execution adapter is currently approval-ready on the shared execution lane.
public const string ApprovalReady = "approval-ready"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”The execution adapter still reflects a higher-risk approval requirement.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”BlockingRemediation
Section titled “ BlockingRemediation”The execution adapter is blocked by remediation that still needs to clear first.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”ChangePlanned
Section titled “ ChangePlanned”The execution adapter still reflects one or more shared write-path changes.
public const string ChangePlanned = "change-planned"Field Value
Section titled “Field Value”ControlPlaneOwnershipGap
Section titled “ ControlPlaneOwnershipGap”The execution adapter is constrained because control-plane ownership still remains outside Cephalon.
public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The execution adapter still reflects a destructive write-path such as connector deletion.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The execution adapter is constrained by governance that is currently out of policy.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The execution adapter is constrained by incomplete reporting coverage.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The execution adapter still reflects a lifecycle transition such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”The current provider execution lane does not require an outbound provider command.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The execution adapter is not currently applicable because the runtime remains observe-only.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”The execution adapter remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The execution adapter is constrained by incomplete runtime truth.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”StaleObservation
Section titled “ StaleObservation”The execution adapter is constrained by stale observation posture.
public const string StaleObservation = "stale-observation"