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

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus

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

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

Describes the current operator-facing managed-connector execution intent for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorExecutionIntentStatus(string, string?)”

Creates a new managed-connector execution-intent answer.

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

state string

The stable execution-intent state, such as deferred, blocked, operator-action, requires-approval, ready-to-execute, or not-applicable.

description string?

An optional operator-facing execution-intent summary.

Gets the current managed-connector action-plan state that informed execution intent.

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 next intended follow-through currently sits inside the future engine-execution lane.

public bool CanExecuteThroughEngine { get; }

bool

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

public int CategoryCount { get; }

int

Gets the stable execution-intent categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the primary confidence-source identifier Cephalon used to derive execution intent.

public string ConfidenceSourceId { get; init; }

string

Gets an optional operator-facing execution-intent summary.

public string? Description { get; }

string?

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

public string DriftState { get; init; }

string

Gets the current managed-connector dry-run state that informed execution intent.

public string DryRunState { get; init; }

string

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

public string GovernanceState { get; init; }

string

Gets a value indicating whether the next intended follow-through would still require an approval gate before engine execution.

public bool IsApprovalRequired { get; }

bool

Gets a value indicating whether the managed connector is currently blocked before Cephalon can trust execution intent.

public bool IsBlocked { get; }

bool

Gets a value indicating whether execution intent is currently deferred because the runtime remains observe-only.

public bool IsDeferred { get; }

bool

Gets a value indicating whether the next intended follow-through currently remains operator-owned.

public bool IsOperatorAction { get; }

bool

Gets a value indicating whether the next intended follow-through still belongs to an operator-owned lane.

public bool IsOperatorOnly { get; }

bool

Gets a value indicating whether the current execution intent is ready for a future engine-execution lane.

public bool IsReadyToExecute { get; }

bool

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

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier Cephalon currently intends to execute next.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes in the current execution intent.

public int PotentialChangeCount { get; init; }

int

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

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 execution intent.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed execution intent.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the managed connector currently requires additional execution-intent attention.

public bool RequiresAttention { get; }

bool

Gets the stable managed-connector execution-intent state.

public string State { get; }

string

Gets a value indicating whether the current execution intent 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 execution intent.

public string WritePathReadinessState { get; init; }

string