Class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyCategories
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector retry-execution policy answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorRetryExecutionPolicyCategories
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”AutomaticRetryDisabled
Section titled “ AutomaticRetryDisabled”Automatic background retry remains disabled for the current retry candidate.
public const string AutomaticRetryDisabled = "automatic-retry-disabled"Field Value
Section titled “Field Value”BlockingRemediation
Section titled “ BlockingRemediation”The retry-execution policy 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 retry-execution policy 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 retry-execution policy 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-execution policy 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 retry-execution policy 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-execution policy would duplicate a previously recorded command.
public const string DuplicateCommand = "duplicate-command"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The retry-execution policy is constrained by governance that remains out of policy.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The retry-execution policy is constrained by incomplete reporting coverage.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The retry-execution policy still reflects a lifecycle transition such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”ManualApprovalReady
Section titled “ ManualApprovalReady”The retry-execution policy is approval-ready but still waiting for a manual approval gate to clear.
public const string ManualApprovalReady = "manual-approval-ready"Field Value
Section titled “Field Value”ManualApprovalRequired
Section titled “ ManualApprovalRequired”The retry-execution policy still requires explicit manual approval.
public const string ManualApprovalRequired = "manual-approval-required"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”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The retry-execution policy 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 retry-execution policy currently remains operator-owned.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”ProviderExecutionBlocked
Section titled “ ProviderExecutionBlocked”The latest matching command-execution outcome remained blocked.
public const string ProviderExecutionBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”ProviderExecutionFailed
Section titled “ ProviderExecutionFailed”The latest matching command-execution outcome failed while Cephalon was translating the command.
public const string ProviderExecutionFailed = "latest-execution-failed"Field Value
Section titled “Field Value”ProviderExecutionUnavailable
Section titled “ ProviderExecutionUnavailable”The latest matching command-execution outcome could not resolve a provider execution adapter.
public const string ProviderExecutionUnavailable = "latest-execution-unavailable"Field Value
Section titled “Field Value”RetryCandidate
Section titled “ RetryCandidate”The current shared runtime truth exposes one safe retry candidate.
public const string RetryCandidate = "retry-candidate"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The retry-execution policy is constrained by incomplete runtime truth.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”StaleObservation
Section titled “ StaleObservation”The retry-execution policy is constrained by stale observation posture.
public const string StaleObservation = "stale-observation"