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

Class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeCategories

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines the stable category identifiers used by managed-connector command-envelope answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeCategories

objectCdcCaptureExecutionRuntimeManagedConnectorCommandEnvelopeCategories

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

The command envelope is currently approval-gated on the shared execution lane.

public const string ApprovalGated = "approval-gated"

string

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

public const string ApprovalReady = "approval-ready"

string

The command envelope still reflects a higher-risk approval requirement.

public const string ApprovalRequired = "approval-required"

string

The command envelope is blocked by remediation that still needs to clear first.

public const string BlockingRemediation = "blocking-remediation"

string

The command envelope still reflects one or more shared write-path changes.

public const string ChangePlanned = "change-planned"

string

The command envelope is constrained because control-plane ownership still remains outside Cephalon.

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

string

The command envelope still reflects a destructive write-path such as connector deletion.

public const string DestructiveOperation = "destructive-operation"

string

The command envelope is currently ready on the shared execution lane.

public const string EngineReady = "engine-ready"

string

The command envelope is constrained by governance that is currently out of policy.

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

string

The command envelope is constrained by incomplete reporting coverage.

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

string

The command envelope still reflects a lifecycle transition such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The command envelope does not currently require additional write-path changes.

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

string

The command envelope is not currently applicable because the runtime remains observe-only.

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

string

The command envelope currently remains operator-owned.

public const string OperatorOnly = "operator-only"

string

The command envelope is constrained by incomplete runtime truth.

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

string

The command envelope is constrained by stale observation posture.

public const string StaleObservation = "stale-observation"

string