Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceCategories

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

Defines the stable category identifiers used by managed-connector command-issuance answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceCategories

objectCdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceCategories

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

The command issuance has been accepted onto a future shared issuance lane.

public const string Accepted = "accepted"

string

The command issuance is currently approval-gated on the shared issuance lane.

public const string ApprovalGated = "approval-gated"

string

The command issuance is currently approval-ready on the shared issuance lane.

public const string ApprovalReady = "approval-ready"

string

The command issuance still reflects a higher-risk approval requirement.

public const string ApprovalRequired = "approval-required"

string

The command issuance is blocked by remediation that still needs to clear first.

public const string BlockingRemediation = "blocking-remediation"

string

The command issuance still reflects one or more shared write-path changes.

public const string ChangePlanned = "change-planned"

string

The command issuance is constrained because control-plane ownership still remains outside Cephalon.

public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"

string

The command issuance still reflects a destructive write-path such as connector deletion.

public const string DestructiveOperation = "destructive-operation"

string

The command issuance is constrained by governance that is currently out of policy.

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

string

The command issuance is constrained by incomplete reporting coverage.

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

string

The command issuance has been marked as issued on the shared issuance lane.

public const string Issued = "issued"

string

The command issuance still reflects a lifecycle transition such as pause, resume, restart, or delete.

public const string LifecycleChange = "lifecycle-change"

string

The command issuance does not currently require additional write-path changes.

public const string NoExecutionNeeded = "no-execution-needed"

string

The command issuance is not currently applicable because the runtime remains observe-only.

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

string

The command issuance currently remains operator-owned.

public const string OperatorOnly = "operator-only"

string

The command issuance has been rejected on the shared issuance lane.

public const string Rejected = "rejected"

string

The command issuance is constrained by incomplete runtime truth.

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

string

The command issuance is constrained by stale observation posture.

public const string StaleObservation = "stale-observation"

string