ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Describes the current operator-facing managed-connector command-issuance posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus(string, string?)”

Creates a new managed-connector command-issuance answer.

public CdcCaptureExecutionRuntimeManagedConnectorCommandIssuanceStatus(string state, string? description = null)

state string

The stable command-issuance state, such as blocked, operator-only, accepted, rejected, issued, or not-applicable.

description string?

An optional operator-facing command-issuance summary.

Gets the current managed-connector action-plan state that informed command issuance.

public string ActionPlanState { get; init; }

string

Gets a value indicating whether the execution runtime currently represents a managed connector.

public bool AppliesToManagedConnector { get; }

bool

Gets a value indicating whether the current command issuance can advance through a future shared issuance lane.

public bool CanEnterFutureIssuanceLane { get; }

bool

Gets the number of active command-issuance categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable command-issuance categories currently active for the execution runtime.

public IReadOnlyList<string> CategoryIds { get; init; }

IReadOnlyList<string>

Gets the CDC capture identifiers currently associated with command issuance.

public IReadOnlyList<string> CdcCaptureIds { get; init; }

IReadOnlyList<string>

Gets the primary source identifier already associated with managed-connector command envelopes.

public string CommandEnvelopeSourceId { get; init; }

string

Gets the current managed-connector command-envelope state that informed command issuance.

public string CommandEnvelopeState { get; init; }

string

Gets the deterministic command fingerprint already associated with the current managed connector.

public string CommandFingerprint { get; init; }

string

Gets the best available connector-cluster identifier Cephalon would target for command issuance.

public string? ConnectClusterId { get; init; }

string?

Gets the best available connector-class identifier Cephalon would target for command issuance.

public string? ConnectorClass { get; init; }

string?

Gets an optional operator-facing command-issuance summary.

public string? Description { get; }

string?

Gets the current managed-connector drift state that informed command issuance.

public string DriftState { get; init; }

string

Gets the current managed-connector dry-run state that informed command issuance.

public string DryRunState { get; init; }

string

Gets the primary safety-gating source identifier already associated with managed-connector execution approval.

public string ExecutionApprovalSourceId { get; init; }

string

Gets the current managed-connector execution-approval state that informed command issuance.

public string ExecutionApprovalState { get; init; }

string

Gets the primary confidence-source identifier already associated with managed-connector execution intent.

public string ExecutionIntentConfidenceSourceId { get; init; }

string

Gets the current managed-connector execution-intent state that informed command issuance.

public string ExecutionIntentState { get; init; }

string

Gets the stable execution-runtime identifier currently associated with command issuance.

public string ExecutionRuntimeId { get; init; }

string

Gets the current managed-connector governance state that informed command issuance.

public string GovernanceState { get; init; }

string

Gets a value indicating whether command issuance currently targets a concrete managed-connector operation.

public bool HasIssuableCommand { get; }

bool

Gets a value indicating whether the managed connector has been accepted onto a future shared issuance lane.

public bool IsAccepted { get; }

bool

Gets a value indicating whether the managed connector currently remains blocked before Cephalon can trust the shared issuance lane.

public bool IsBlocked { get; }

bool

Gets a value indicating whether the current command issuance targets a destructive connector operation.

public bool IsDestructiveOperation { get; init; }

bool

Gets a value indicating whether the managed connector has been marked as issued on the shared issuance lane.

public bool IsIssued { get; }

bool

Gets a value indicating whether the managed connector currently remains operator-owned.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether the managed connector has been rejected on the shared issuance lane.

public bool IsRejected { get; }

bool

Gets the deterministic issuance fingerprint Cephalon currently derives for the shared issuance lane.

public string IssuanceFingerprint { get; init; }

string

Gets the declared managed-connector management mode when one is known.

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier currently associated with command issuance.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes currently associated with command issuance.

public int PotentialChangeCount { get; init; }

int

Gets the current managed-connector preflight state that informed command issuance.

public string PreflightState { get; init; }

string

Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.

public string PrimaryActionId { get; init; }

string

Gets the current runtime-level remediation state that informed command issuance.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed command issuance.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the managed connector currently requires additional command-issuance attention.

public bool RequiresAttention { get; }

bool

Gets a value indicating whether the current command issuance still requires an explicit approval gate.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the primary source identifier Cephalon used to derive command issuance.

public string SourceId { get; init; }

string

Gets the best available source-provider identifier Cephalon would target for command issuance.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector command-issuance state.

public string State { get; }

string

Gets a value indicating whether the current command issuance would still apply one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool

Gets the current managed-connector write-path readiness state that informed command issuance.

public string WritePathReadinessState { get; init; }

string