Class CdcCaptureExecutionRuntimeManagedConnectorDryRunCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector dry-run category identifiers used by CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorDryRunCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDryRunCategories
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 blocked by failed or otherwise blocking runtime remediation work.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”ChangePlanned
Section titled “ ChangePlanned”The managed connector currently reports at least one potential shared write-path change for the intended management operation.
public const string ChangePlanned = "change-planned"Field Value
Section titled “Field Value”ConnectClusterChange
Section titled “ ConnectClusterChange”The managed connector would change the reported connector-cluster identifier to match the declared baseline.
public const string ConnectClusterChange = "connect-cluster-change"Field Value
Section titled “Field Value”ConnectorClassChange
Section titled “ ConnectorClassChange”The managed connector would change the reported connector class to match the declared baseline.
public const string ConnectorClassChange = "connector-class-change"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The managed connector is currently out of policy for future write-path follow-through.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The managed connector would require a lifecycle operation such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”NoChangesRequired
Section titled “ NoChangesRequired”The managed connector currently reports no shared write-path changes for the intended management operation.
public const string NoChangesRequired = "no-changes-required"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The managed connector currently stays in observe-only mode.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”RuntimeRemediation
Section titled “ RuntimeRemediation”The managed connector still needs runtime remediation attention before a dry-run answer can be trusted.
public const string RuntimeRemediation = "runtime-remediation"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The managed connector does not yet report enough runtime truth to trust a dry-run answer.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”SourceProviderChange
Section titled “ SourceProviderChange”The managed connector would change the reported source-provider identifier to match the declared baseline.
public const string SourceProviderChange = "source-provider-change"Field Value
Section titled “Field Value”TaskTopologyChange
Section titled “ TaskTopologyChange”The managed connector would change the reported task topology to match the declared baseline.
public const string TaskTopologyChange = "task-topology-change"