Class CdcCaptureExecutionRuntimeManagedConnectorActionPlanCategories
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable action-plan category identifiers used by managed-connector execution-runtime answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorActionPlanCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorActionPlanCategories
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”BlockingRemediation
Section titled “ BlockingRemediation”The managed connector is currently blocked by active runtime remediation work.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”DriftBaselineIncomplete
Section titled “ DriftBaselineIncomplete”The managed connector does not yet declare the task baseline required for drift evaluation.
public const string DriftBaselineIncomplete = "drift-baseline-incomplete"Field Value
Section titled “Field Value”DriftDetected
Section titled “ DriftDetected”The managed connector currently reports declared-versus-observed drift that needs investigation.
public const string DriftDetected = "drift-detected"Field Value
Section titled “Field Value”FutureControlPlaneDeferred
Section titled “ FutureControlPlaneDeferred”The managed connector declares a future write-path management mode that Cephalon does not own yet.
public const string FutureControlPlaneDeferred = "future-control-plane-deferred"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The managed connector declaration is currently out of policy.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”ObserveOnlySteadyState
Section titled “ ObserveOnlySteadyState”The managed connector can continue in steady-state observe-only posture.
public const string ObserveOnlySteadyState = "observe-only-steady-state"Field Value
Section titled “Field Value”RuntimeRemediation
Section titled “ RuntimeRemediation”The managed connector currently needs non-blocking runtime remediation work.
public const string RuntimeRemediation = "runtime-remediation"Field Value
Section titled “Field Value”WaitingForRuntimeTruth
Section titled “ WaitingForRuntimeTruth”The managed connector is waiting for additional runtime truth before drift can be evaluated.
public const string WaitingForRuntimeTruth = "waiting-for-runtime-truth"