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

Class CdcCaptureExecutionRuntimeManagedConnectorPreflightCategories

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

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

Defines the stable managed-connector preflight category identifiers used by CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorPreflightCategories

objectCdcCaptureExecutionRuntimeManagedConnectorPreflightCategories

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

The managed connector is blocked by failed or otherwise blocking runtime remediation work.

public const string BlockingRemediation = "blocking-remediation"

string

The managed connector still reports desired-versus-observed drift.

public const string DriftDetected = "drift-detected"

string

The managed connector is currently out of policy for future management follow-through.

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

string

The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.

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

string

The managed connector currently stays in observe-only mode.

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

string

The managed connector currently satisfies the shared baseline Cephalon would use to preflight the intended management operation.

public const string PreflightReady = "preflight-ready"

string

The managed connector currently expresses reconcile-style management intent.

public const string ReconcileIntent = "reconcile-intent"

string

The managed connector still needs runtime remediation attention before Cephalon can preflight management operations.

public const string RuntimeRemediation = "runtime-remediation"

string

The managed connector does not yet report enough runtime truth to preflight the intended management operation.

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

string