Class CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector provider execution-adapter posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus(string, string?)”Creates a new managed-connector execution-adapter answer.
public CdcCaptureExecutionRuntimeManagedConnectorExecutionAdapterStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable execution-adapter state, such as blocked, operator-only, unavailable, ready, or not-applicable.
description string?
An optional operator-facing execution-adapter summary.
Properties
Section titled “Properties”ActionPlanState
Section titled “ ActionPlanState”Gets the current managed-connector action-plan state that informed the execution adapter.
public string ActionPlanState { get; init; }Property Value
Section titled “Property Value”AdapterFingerprint
Section titled “ AdapterFingerprint”Gets the deterministic execution-adapter fingerprint Cephalon currently derives for the managed connector.
public string AdapterFingerprint { get; init; }Property Value
Section titled “Property Value”AdapterId
Section titled “ AdapterId”Gets the stable provider execution-adapter identifier currently associated with the execution runtime.
public string AdapterId { 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”CanUseProviderExecutionAdapter
Section titled “ CanUseProviderExecutionAdapter”Gets a value indicating whether the current provider execution-adapter lane can be used by a matching provider pack.
public bool CanUseProviderExecutionAdapter { get; }Property Value
Section titled “Property Value”CategoryCount
Section titled “ CategoryCount”Gets the number of active execution-adapter categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable execution-adapter 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 the execution adapter.
public IReadOnlyList<string> CdcCaptureIds { get; init; }Property Value
Section titled “Property Value”CommandEnvelopeSourceId
Section titled “ CommandEnvelopeSourceId”Gets the primary source identifier already associated with managed-connector command envelopes.
public string CommandEnvelopeSourceId { get; init; }Property Value
Section titled “Property Value”CommandEnvelopeState
Section titled “ CommandEnvelopeState”Gets the current managed-connector command-envelope state that informed the execution adapter.
public string CommandEnvelopeState { get; init; }Property Value
Section titled “Property Value”CommandFingerprint
Section titled “ CommandFingerprint”Gets the deterministic command fingerprint already associated with the current managed connector.
public string CommandFingerprint { get; init; }Property Value
Section titled “Property Value”CommandIssuanceSourceId
Section titled “ CommandIssuanceSourceId”Gets the primary source identifier already associated with managed-connector command issuance.
public string CommandIssuanceSourceId { get; init; }Property Value
Section titled “Property Value”CommandIssuanceState
Section titled “ CommandIssuanceState”Gets the current managed-connector command-issuance state that informed the execution adapter.
public string CommandIssuanceState { get; init; }Property Value
Section titled “Property Value”ConnectClusterId
Section titled “ ConnectClusterId”Gets the best available connector-cluster identifier Cephalon would target through the execution adapter.
public string? ConnectClusterId { get; init; }Property Value
Section titled “Property Value”ConnectorClass
Section titled “ ConnectorClass”Gets the best available connector-class identifier Cephalon would target through the execution adapter.
public string? ConnectorClass { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing execution-adapter summary.
public string? Description { get; }Property Value
Section titled “Property Value”DriftState
Section titled “ DriftState”Gets the current managed-connector drift state that informed the execution adapter.
public string DriftState { get; init; }Property Value
Section titled “Property Value”DryRunState
Section titled “ DryRunState”Gets the current managed-connector dry-run state that informed the execution adapter.
public string DryRunState { get; init; }Property Value
Section titled “Property Value”ExecutionApprovalSourceId
Section titled “ ExecutionApprovalSourceId”Gets the primary safety-gating source identifier already associated with managed-connector execution approval.
public string ExecutionApprovalSourceId { get; init; }Property Value
Section titled “Property Value”ExecutionApprovalState
Section titled “ ExecutionApprovalState”Gets the current managed-connector execution-approval state that informed the execution adapter.
public string ExecutionApprovalState { get; init; }Property Value
Section titled “Property Value”ExecutionIntentConfidenceSourceId
Section titled “ ExecutionIntentConfidenceSourceId”Gets the primary confidence-source identifier already associated with managed-connector execution intent.
public string ExecutionIntentConfidenceSourceId { get; init; }Property Value
Section titled “Property Value”ExecutionIntentState
Section titled “ ExecutionIntentState”Gets the current managed-connector execution-intent state that informed the execution adapter.
public string ExecutionIntentState { get; init; }Property Value
Section titled “Property Value”ExecutionRuntimeId
Section titled “ ExecutionRuntimeId”Gets the stable execution-runtime identifier currently associated with the execution adapter.
public string ExecutionRuntimeId { get; init; }Property Value
Section titled “Property Value”GovernanceState
Section titled “ GovernanceState”Gets the current managed-connector governance state that informed the execution adapter.
public string GovernanceState { get; init; }Property Value
Section titled “Property Value”HasAdaptableCommand
Section titled “ HasAdaptableCommand”Gets a value indicating whether the execution adapter currently targets a concrete managed-connector operation.
public bool HasAdaptableCommand { get; }Property Value
Section titled “Property Value”IsBlocked
Section titled “ IsBlocked”Gets a value indicating whether the managed connector currently remains blocked before Cephalon can trust the provider execution adapter.
public bool IsBlocked { get; }Property Value
Section titled “Property Value”IsDestructiveOperation
Section titled “ IsDestructiveOperation”Gets a value indicating whether the current execution adapter 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 the managed connector currently remains operator-owned.
public bool IsOperatorOnly { get; }Property Value
Section titled “Property Value”IsReady
Section titled “ IsReady”Gets a value indicating whether a matching provider execution adapter is ready for the current managed connector.
public bool IsReady { get; }Property Value
Section titled “Property Value”IsUnavailable
Section titled “ IsUnavailable”Gets a value indicating whether no provider execution adapter is currently registered for the runtime.
public bool IsUnavailable { get; }Property Value
Section titled “Property Value”IssuanceFingerprint
Section titled “ IssuanceFingerprint”Gets the deterministic issuance fingerprint already associated with the current managed connector.
public string IssuanceFingerprint { 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 the execution adapter.
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 the execution adapter.
public int PotentialChangeCount { get; init; }Property Value
Section titled “Property Value”PreflightState
Section titled “ PreflightState”Gets the current managed-connector preflight state that informed the execution adapter.
public string PreflightState { get; init; }Property Value
Section titled “Property Value”PrimaryActionId
Section titled “ PrimaryActionId”Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.
public string PrimaryActionId { get; init; }Property Value
Section titled “Property Value”RemediationState
Section titled “ RemediationState”Gets the current runtime-level remediation state that informed the execution adapter.
public string RemediationState { get; init; }Property Value
Section titled “Property Value”ReportingCoverageState
Section titled “ ReportingCoverageState”Gets the current runtime-level reporting-coverage state that informed the execution adapter.
public string ReportingCoverageState { get; init; }Property Value
Section titled “Property Value”RequiresAttention
Section titled “ RequiresAttention”Gets a value indicating whether the managed connector currently requires additional execution-adapter attention.
public bool RequiresAttention { get; }Property Value
Section titled “Property Value”RequiresExplicitApproval
Section titled “ RequiresExplicitApproval”Gets a value indicating whether the current execution adapter still requires an explicit approval gate.
public bool RequiresExplicitApproval { get; init; }Property Value
Section titled “Property Value”SourceId
Section titled “ SourceId”Gets the primary source identifier Cephalon used to derive the execution adapter.
public string SourceId { get; init; }Property Value
Section titled “Property Value”SourceProviderId
Section titled “ SourceProviderId”Gets the best available source-provider identifier Cephalon would target through the execution adapter.
public string? SourceProviderId { get; init; }Property Value
Section titled “Property Value”Gets the stable managed-connector execution-adapter state.
public string State { get; }Property Value
Section titled “Property Value”WouldApplyChanges
Section titled “ WouldApplyChanges”Gets a value indicating whether the current execution adapter would still apply one or more shared write-path changes.
public bool WouldApplyChanges { get; init; }Property Value
Section titled “Property Value”WritePathReadinessState
Section titled “ WritePathReadinessState”Gets the current managed-connector write-path readiness state that informed the execution adapter.
public string WritePathReadinessState { get; init; }