Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStates

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

Defines the stable state identifiers used by managed-connector provider-specific control-plane dependency-aware teardown and mutation-execution hardening answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStates

objectCdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStates

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

Provider-specific dependency-aware teardown and mutation execution currently remains degraded.

public const string DependencyDegraded = "dependency-degraded"

string

Provider-specific dependency-aware teardown and mutation-execution hardening is currently ready on the shared runtime surface.

public const string DependencyReady = "dependency-ready"

string

Provider-specific dependency-aware teardown and mutation execution currently remains risky.

public const string DependencyRisk = "dependency-risk"

string

Provider-specific dependency-aware mutation execution currently remains blocked.

public const string MutationExecutionBlocked = "mutation-execution-blocked"

string

Provider-specific dependency-aware mutation execution hardening is fully hardened.

public const string MutationExecutionHardened = "mutation-execution-hardened"

string

Provider-specific dependency-aware teardown and mutation-execution hardening does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Provider-specific dependency-aware teardown and mutation-execution hardening still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Provider-specific dependency-aware teardown currently remains blocked.

public const string TeardownBlocked = "teardown-blocked"

string

Provider-specific dependency-aware teardown hardening is fully hardened.

public const string TeardownHardened = "teardown-hardened"

string