Class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryCategories
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector command-retry answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandRetryCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandRetryCategories
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”ApprovalReady
Section titled “ ApprovalReady”The command-retry posture is currently approval-ready but still requires an approval gate to clear.
public const string ApprovalReady = "approval-ready"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”The command-retry posture still reflects a higher-risk approval requirement.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”BlockingRemediation
Section titled “ BlockingRemediation”The command-retry posture remains 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 command-retry posture 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 command-retry posture is constrained because control-plane ownership still remains outside Cephalon.
public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"Field Value
Section titled “Field Value”CooldownActive
Section titled “ CooldownActive”The current retry posture is waiting for the active cooldown window to elapse.
public const string CooldownActive = "cooldown-active"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The command-retry posture still reflects a destructive write-path such as connector deletion.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”DuplicateCommand
Section titled “ DuplicateCommand”Replaying the current retry posture would duplicate a previously recorded command.
public const string DuplicateCommand = "duplicate-command"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The command-retry posture 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 command-retry posture is constrained by incomplete reporting coverage.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LatestExecutionAdapted
Section titled “ LatestExecutionAdapted”The latest matching command-execution outcome already translated the provider command shape.
public const string LatestExecutionAdapted = "latest-execution-adapted"Field Value
Section titled “Field Value”LatestExecutionBlocked
Section titled “ LatestExecutionBlocked”The latest matching command-execution outcome remained blocked.
public const string LatestExecutionBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”LatestExecutionFailed
Section titled “ LatestExecutionFailed”The latest matching command-execution outcome failed while Cephalon was translating the command.
public const string LatestExecutionFailed = "latest-execution-failed"Field Value
Section titled “Field Value”LatestExecutionUnavailable
Section titled “ LatestExecutionUnavailable”The latest matching command-execution outcome could not resolve a provider execution adapter.
public const string LatestExecutionUnavailable = "latest-execution-unavailable"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The command-retry posture still reflects a lifecycle transition such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”MatchingAdapterFingerprint
Section titled “ MatchingAdapterFingerprint”The current retry posture matches a recorded execution-adapter fingerprint.
public const string MatchingAdapterFingerprint = "matching-adapter-fingerprint"Field Value
Section titled “Field Value”MatchingCommandFingerprint
Section titled “ MatchingCommandFingerprint”The current retry posture matches a recorded command fingerprint.
public const string MatchingCommandFingerprint = "matching-command-fingerprint"Field Value
Section titled “Field Value”MatchingIssuanceFingerprint
Section titled “ MatchingIssuanceFingerprint”The current retry posture matches a recorded issuance fingerprint.
public const string MatchingIssuanceFingerprint = "matching-issuance-fingerprint"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”The current shared runtime truth indicates that no additional provider command is needed.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”NoMatchingCommandHistory
Section titled “ NoMatchingCommandHistory”The current retry posture does not currently match any recorded command outcome.
public const string NoMatchingCommandHistory = "no-matching-command-history"Field Value
Section titled “Field Value”NoRecordedCommand
Section titled “ NoRecordedCommand”No managed-connector command-execution outcome has been recorded yet for the current retry posture.
public const string NoRecordedCommand = "no-recorded-command"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The command-retry posture 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 command-retry posture currently remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”RetryEligible
Section titled “ RetryEligible”The current retry posture is eligible for one safe retry.
public const string RetryEligible = "retry-eligible"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The command-retry posture is constrained by incomplete runtime truth.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”StaleObservation
Section titled “ StaleObservation”The command-retry posture is constrained by stale observation posture.
public const string StaleObservation = "stale-observation"