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 CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderSpecificControlPlaneDependencyAwareTeardownAndMutationExecutionHardeningStates
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”DependencyDegraded
Section titled “ DependencyDegraded”Provider-specific dependency-aware teardown and mutation execution currently remains degraded.
public const string DependencyDegraded = "dependency-degraded"Field Value
Section titled “Field Value”DependencyReady
Section titled “ DependencyReady”Provider-specific dependency-aware teardown and mutation-execution hardening is currently ready on the shared runtime surface.
public const string DependencyReady = "dependency-ready"Field Value
Section titled “Field Value”DependencyRisk
Section titled “ DependencyRisk”Provider-specific dependency-aware teardown and mutation execution currently remains risky.
public const string DependencyRisk = "dependency-risk"Field Value
Section titled “Field Value”MutationExecutionBlocked
Section titled “ MutationExecutionBlocked”Provider-specific dependency-aware mutation execution currently remains blocked.
public const string MutationExecutionBlocked = "mutation-execution-blocked"Field Value
Section titled “Field Value”MutationExecutionHardened
Section titled “ MutationExecutionHardened”Provider-specific dependency-aware mutation execution hardening is fully hardened.
public const string MutationExecutionHardened = "mutation-execution-hardened"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”Provider-specific dependency-aware teardown and mutation-execution hardening does not currently apply to the execution runtime.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Provider-specific dependency-aware teardown and mutation-execution hardening still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”TeardownBlocked
Section titled “ TeardownBlocked”Provider-specific dependency-aware teardown currently remains blocked.
public const string TeardownBlocked = "teardown-blocked"Field Value
Section titled “Field Value”TeardownHardened
Section titled “ TeardownHardened”Provider-specific dependency-aware teardown hardening is fully hardened.
public const string TeardownHardened = "teardown-hardened"