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

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 CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterCategories

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterCategories

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

The execution adapter is currently ready to translate provider-facing commands.

public const string AdapterReady = "adapter-ready"

string

The execution adapter is currently unavailable for the active managed connector.

public const string AdapterUnavailable = "adapter-unavailable"

string

The execution adapter is currently approval-ready on the shared execution lane.

public const string ApprovalReady = "approval-ready"

string

The execution adapter still reflects a higher-risk approval requirement.

public const string ApprovalRequired = "approval-required"

string

The execution adapter is blocked by remediation that still needs to clear first.

public const string BlockingRemediation = "blocking-remediation"

string

The execution adapter still reflects one or more shared write-path changes.

public const string ChangePlanned = "change-planned"

string

The execution adapter is constrained because control-plane ownership still remains outside Cephalon.

public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"

string

The execution adapter still reflects a destructive write-path such as connector deletion.

public const string DestructiveOperation = "destructive-operation"

string

The execution adapter is constrained by governance that is currently out of policy.

public const string GovernanceOutOfPolicy = "governance-out-of-policy"

string

The execution adapter is constrained by incomplete reporting coverage.

public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"

string

The execution adapter still reflects a lifecycle transition such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The current provider execution lane does not require an outbound provider command.

public const string NoExecutionNeeded = "no-execution-needed"

string

The execution adapter is not currently applicable because the runtime remains observe-only.

public const string ObserveOnlyMode = "observe-only-mode"

string

The execution adapter remains operator-owned.

public const string OperatorOnly = "operator-only"

string

The execution adapter is constrained by incomplete runtime truth.

public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"

string

The execution adapter is constrained by stale observation posture.

public const string StaleObservation = "stale-observation"

string