Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector provider-owned control-plane dependency-aware apply-and-reconcile hardening posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus
Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus(string, string?)”Creates a new managed-connector provider-owned control-plane dependency-aware apply-and-reconcile hardening answer.
public CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedControlPlaneDependencyAwareApplyAndReconcileHardeningStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable provider-owned control-plane dependency-aware apply-and-reconcile hardening state, such as not-applicable, operator-only, dependency-ready, dependency-blocked, dependency-degraded, apply-and-reconcile-hardened, or dependency-risk.
description string?
An optional operator-facing dependency-aware apply-and-reconcile hardening summary.
Properties
Section titled “Properties”ActiveReporterId
Section titled “ ActiveReporterId”Gets the active reporter identifier currently visible for the execution runtime when one exists.
public string? ActiveReporterId { get; init; }Property Value
Section titled “Property Value”ActiveReporterLeaseExpiresAtUtc
Section titled “ ActiveReporterLeaseExpiresAtUtc”Gets the UTC timestamp when the active reporter lease expires when one is known.
public DateTimeOffset? ActiveReporterLeaseExpiresAtUtc { get; init; }Property Value
Section titled “Property Value”ActiveTaskIds
Section titled “ ActiveTaskIds”Gets the currently active connector task identifiers when one report exists.
public IReadOnlyList<string> ActiveTaskIds { get; init; }Property Value
Section titled “Property Value”AppliesToManagedConnector
Section titled “ AppliesToManagedConnector”Gets a value indicating whether the execution runtime currently represents a managed connector.
public bool AppliesToManagedConnector { get; }Property Value
Section titled “Property Value”CanExecuteDependencyAwareApplyAndReconcileOnCurrentNode
Section titled “ CanExecuteDependencyAwareApplyAndReconcileOnCurrentNode”Gets a value indicating whether the current node can execute dependency-aware apply-and-reconcile safely.
public bool CanExecuteDependencyAwareApplyAndReconcileOnCurrentNode { get; init; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active dependency-aware hardening categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable provider-owned control-plane dependency-aware apply-and-reconcile hardening categories currently active for the execution runtime.
public IReadOnlyList<string> CategoryIds { get; init; }Property Value
Section titled “Property Value”CdcCaptureIds
Section titled “ CdcCaptureIds”Gets the CDC capture identifiers currently associated with dependency-aware apply-and-reconcile hardening.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandJournalState
Section titled “ CommandJournalState”Gets the current managed-connector command-journal state that informed dependency-aware hardening.
public string CommandJournalState { get; init; }Property Value
Section titled “Property Value”CommandRetryState
Section titled “ CommandRetryState”Gets the current managed-connector command-retry state that informed dependency-aware hardening.
public string CommandRetryState { get; init; }Property Value
Section titled “Property Value”ConnectClusterId
Section titled “ ConnectClusterId”Gets the best available connector-cluster identifier currently associated with dependency-aware hardening.
public string? ConnectClusterId { get; init; }Property Value
Section titled “Property Value”ConnectorClass
Section titled “ ConnectorClass”Gets the best available connector-class identifier currently associated with dependency-aware hardening.
public string? ConnectorClass { get; init; }Property Value
Section titled “Property Value”DeclaredConnectClusterId
Section titled “ DeclaredConnectClusterId”Gets the declared connector-cluster identifier when one is known.
public string? DeclaredConnectClusterId { get; init; }Property Value
Section titled “Property Value”DeclaredConnectorClass
Section titled “ DeclaredConnectorClass”Gets the declared connector-class identifier when one is known.
public string? DeclaredConnectorClass { get; init; }Property Value
Section titled “Property Value”DeclaredSourceProviderId
Section titled “ DeclaredSourceProviderId”Gets the declared source-provider identifier when one is known.
public string? DeclaredSourceProviderId { get; init; }Property Value
Section titled “Property Value”DeclaredTaskIds
Section titled “ DeclaredTaskIds”Gets the declared connector task identifiers when one baseline exists.
public IReadOnlyList<string> DeclaredTaskIds { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing dependency-aware apply-and-reconcile hardening summary.
public string? Description { get; }Property Value
Section titled “Property Value”DriftState
Section titled “ DriftState”Gets the current broader managed-connector drift state that informed dependency-aware apply-and-reconcile hardening.
public string DriftState { get; init; }Property Value
Section titled “Property Value”ExecutionOwnership
Section titled “ ExecutionOwnership”Gets the operator-facing execution-ownership mode that informed dependency-aware apply-and-reconcile hardening.
public string ExecutionOwnership { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with dependency-aware apply-and-reconcile hardening.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”ExecutionTopology
Section titled “ ExecutionTopology”Gets the operator-facing execution-topology classification that informed dependency-aware apply-and-reconcile hardening.
public string ExecutionTopology { get; init; }Property Value
Section titled “Property Value”ExpectedTaskCount
Section titled “ ExpectedTaskCount”Gets the declared task count when one is known.
public int? ExpectedTaskCount { get; init; }Property Value
Section titled “Property Value”int?
GovernanceState
Section titled “ GovernanceState”Gets the current broader managed-connector governance state that informed dependency-aware apply-and-reconcile hardening.
public string GovernanceState { get; init; }Property Value
Section titled “Property Value”HasActiveReporterLease
Section titled “ HasActiveReporterLease”Gets a value indicating whether the runtime currently exposes one active reporter lease.
public bool HasActiveReporterLease { get; }Property Value
Section titled “Property Value”HasActiveTaskTopology
Section titled “ HasActiveTaskTopology”Gets a value indicating whether one active task topology is currently available.
public bool HasActiveTaskTopology { get; init; }Property Value
Section titled “Property Value”HasDeclaredDependencyIdentity
Section titled “ HasDeclaredDependencyIdentity”Gets a value indicating whether declared dependency identity is complete.
public bool HasDeclaredDependencyIdentity { get; init; }Property Value
Section titled “Property Value”HasDependencyIdentityMismatch
Section titled “ HasDependencyIdentityMismatch”Gets a value indicating whether dependency identity currently reports one declared-versus-observed mismatch.
public bool HasDependencyIdentityMismatch { get; init; }Property Value
Section titled “Property Value”HasDurableStoreConfigured
Section titled “ HasDurableStoreConfigured”Gets a value indicating whether a durable command-journal store is currently configured.
public bool HasDurableStoreConfigured { get; init; }Property Value
Section titled “Property Value”HasPersistedRecordedHistory
Section titled “ HasPersistedRecordedHistory”Gets a value indicating whether the durable command-journal store currently exposes persisted recorded history.
public bool HasPersistedRecordedHistory { get; init; }Property Value
Section titled “Property Value”HasRecoveredPersistedHistory
Section titled “ HasRecoveredPersistedHistory”Gets a value indicating whether the current process recovered persisted command history for this runtime.
public bool HasRecoveredPersistedHistory { get; init; }Property Value
Section titled “Property Value”HasReportedDependencyIdentity
Section titled “ HasReportedDependencyIdentity”Gets a value indicating whether reported dependency identity is complete.
public bool HasReportedDependencyIdentity { get; init; }Property Value
Section titled “Property Value”HasReportedTaskTopology
Section titled “ HasReportedTaskTopology”Gets a value indicating whether one reported task topology is currently available.
public bool HasReportedTaskTopology { get; init; }Property Value
Section titled “Property Value”HasTargetOperation
Section titled “ HasTargetOperation”Gets a value indicating whether the current answer exposes one concrete target operation.
public bool HasTargetOperation { get; init; }Property Value
Section titled “Property Value”HasTaskBaseline
Section titled “ HasTaskBaseline”Gets a value indicating whether one declared task baseline is currently available.
public bool HasTaskBaseline { get; init; }Property Value
Section titled “Property Value”HasTaskTopologyMismatch
Section titled “ HasTaskTopologyMismatch”Gets a value indicating whether task topology currently reports one declared-versus-observed mismatch.
public bool HasTaskTopologyMismatch { get; init; }Property Value
Section titled “Property Value”IsApplyAndReconcileHardened
Section titled “ IsApplyAndReconcileHardened”Gets a value indicating whether dependency-aware apply-and-reconcile hardening is fully hardened.
public bool IsApplyAndReconcileHardened { get; }Property Value
Section titled “Property Value”IsDependencyBlocked
Section titled “ IsDependencyBlocked”Gets a value indicating whether dependency-aware apply-and-reconcile hardening currently remains blocked.
public bool IsDependencyBlocked { get; }Property Value
Section titled “Property Value”IsDependencyDegraded
Section titled “ IsDependencyDegraded”Gets a value indicating whether dependency-aware apply-and-reconcile hardening currently remains degraded.
public bool IsDependencyDegraded { get; }Property Value
Section titled “Property Value”IsDependencyReady
Section titled “ IsDependencyReady”Gets a value indicating whether dependency-aware apply-and-reconcile hardening is currently ready.
public bool IsDependencyReady { get; }Property Value
Section titled “Property Value”IsDependencyRisk
Section titled “ IsDependencyRisk”Gets a value indicating whether dependency-aware apply-and-reconcile hardening currently remains risky.
public bool IsDependencyRisk { get; }Property Value
Section titled “Property Value”IsDestructiveOperation
Section titled “ IsDestructiveOperation”Gets a value indicating whether the current provider lane targets a destructive connector operation.
public bool IsDestructiveOperation { get; init; }Property Value
Section titled “Property Value”IsOperatorOnly
Section titled “ IsOperatorOnly”Gets a value indicating whether dependency-aware apply-and-reconcile hardening still remains operator-owned outside Cephalon.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”LatestAttemptId
Section titled “ LatestAttemptId”Gets the stable latest recorded command-execution attempt identifier when one exists.
public string LatestAttemptId { get; init; }Property Value
Section titled “Property Value”LatestCommandExecutionState
Section titled “ LatestCommandExecutionState”Gets the latest recorded managed-connector command-execution state visible to dependency-aware hardening.
public string LatestCommandExecutionState { get; init; }Property Value
Section titled “Property Value”LatestRecordedAtUtc
Section titled “ LatestRecordedAtUtc”Gets the timestamp when Cephalon recorded the latest command-execution outcome that informed dependency-aware hardening.
public DateTimeOffset? LatestRecordedAtUtc { get; init; }Property Value
Section titled “Property Value”ManagementMode
Section titled “ ManagementMode”Gets the declared managed-connector management mode when one is known.
public string? ManagementMode { get; init; }Property Value
Section titled “Property Value”OperationId
Section titled “ OperationId”Gets the stable management-operation identifier currently associated with dependency-aware apply-and-reconcile hardening.
public string OperationId { get; init; }Property Value
Section titled “Property Value”PotentialChangeCount
Section titled “ PotentialChangeCount”Gets the number of visible potential shared write-path changes currently associated with dependency-aware hardening.
public int PotentialChangeCount { get; init; }Property Value
Section titled “Property Value”ProviderExecutionOrchestrationState
Section titled “ ProviderExecutionOrchestrationState”Gets the current broader provider execution-orchestration state that informed dependency-aware hardening.
public string ProviderExecutionOrchestrationState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneApplyAndReconcileExecutionState
Section titled “ ProviderOwnedControlPlaneApplyAndReconcileExecutionState”Gets the current provider-owned control-plane apply-and-reconcile execution state that informed dependency-aware hardening.
public string ProviderOwnedControlPlaneApplyAndReconcileExecutionState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneMutationReconcileState
Section titled “ ProviderOwnedControlPlaneMutationReconcileState”Gets the current provider-owned control-plane mutation and reconcile state that informed dependency-aware hardening.
public string ProviderOwnedControlPlaneMutationReconcileState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneOwnershipState
Section titled “ ProviderOwnedControlPlaneOwnershipState”Gets the current provider-owned control-plane ownership state that informed dependency-aware hardening.
public string ProviderOwnedControlPlaneOwnershipState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedControlPlaneProvisioningState
Section titled “ ProviderOwnedControlPlaneProvisioningState”Gets the current provider-owned control-plane provisioning state that informed dependency-aware hardening.
public string ProviderOwnedControlPlaneProvisioningState { get; init; }Property Value
Section titled “Property Value”ProviderOwnedWritePathExecutionState
Section titled “ ProviderOwnedWritePathExecutionState”Gets the current provider-owned write-path execution state that informed dependency-aware hardening.
public string ProviderOwnedWritePathExecutionState { get; init; }Property Value
Section titled “Property Value”ReconciliationReason
Section titled “ ReconciliationReason”Gets the latest operator-facing reconciliation summary currently visible for the managed connector.
public string? ReconciliationReason { get; init; }Property Value
Section titled “Property Value”ReconciliationState
Section titled “ ReconciliationState”Gets the latest reconciliation state currently visible for the managed connector.
public string? ReconciliationState { get; init; }Property Value
Section titled “Property Value”ReportedConnectClusterId
Section titled “ ReportedConnectClusterId”Gets the last reported connector-cluster identifier when one is known.
public string? ReportedConnectClusterId { get; init; }Property Value
Section titled “Property Value”ReportedConnectorClass
Section titled “ ReportedConnectorClass”Gets the last reported connector-class identifier when one is known.
public string? ReportedConnectorClass { get; init; }Property Value
Section titled “Property Value”ReportedSourceProviderId
Section titled “ ReportedSourceProviderId”Gets the last reported source-provider identifier when one is known.
public string? ReportedSourceProviderId { get; init; }Property Value
Section titled “Property Value”ReportedTaskCount
Section titled “ ReportedTaskCount”Gets the last reported task count when one is known.
public int? ReportedTaskCount { get; init; }Property Value
Section titled “Property Value”int?
ReportedTaskIds
Section titled “ ReportedTaskIds”Gets the last reported connector task identifiers when one report exists.
public IReadOnlyList<string> ReportedTaskIds { get; init; }Property Value
Section titled “Property Value”RequiresExplicitApproval
Section titled “ RequiresExplicitApproval”Gets a value indicating whether the current provider lane still requires explicit approval.
public bool RequiresExplicitApproval { get; init; }Property Value
Section titled “Property Value”RetryExecutionPolicyState
Section titled “ RetryExecutionPolicyState”Gets the current managed-connector retry-execution policy state that informed dependency-aware hardening.
public string RetryExecutionPolicyState { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive dependency-aware apply-and-reconcile hardening.
public string SourceId { get; init; }Property Value
Section titled “Property Value”SourceProviderId
Section titled “ SourceProviderId”Gets the best available source-provider identifier currently associated with dependency-aware hardening.
public string? SourceProviderId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector provider-owned control-plane dependency-aware apply-and-reconcile hardening state.
public string State { get; }Property Value
Section titled “Property Value”WouldApplyChanges
Section titled “ WouldApplyChanges”Gets a value indicating whether the current provider lane would still apply one or more shared write-path changes.
public bool WouldApplyChanges { get; init; }