Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus

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

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

public sealed record CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus(string, string?)”

Creates a new managed-connector action-plan answer.

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

state string

The stable action-plan state, such as observe, waiting, action-required, blocked, or not-applicable.

description string?

An optional operator-facing action-plan summary.

Gets the number of active action identifiers currently visible for the execution runtime.

public int ActionCount { get; }

int

Gets the ordered action identifiers currently active for the execution runtime.

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

IReadOnlyList<string>

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

public bool AppliesToManagedConnector { get; }

bool

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

public int CategoryCount { get; }

int

Gets the stable action-plan categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets an optional operator-facing action-plan summary.

public string? Description { get; }

string?

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

public string DriftState { get; init; }

string

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

public string GovernanceState { get; init; }

string

Gets a value indicating whether the managed connector is currently blocked by runtime remediation work.

public bool IsBlocked { get; }

bool

Gets a value indicating whether the managed connector can currently remain in observe mode.

public bool IsObserve { get; }

bool

Gets a value indicating whether the managed connector is currently waiting for more runtime truth.

public bool IsWaiting { get; }

bool

Gets the primary action identifier for the current action plan.

public string PrimaryActionId { get; }

string

Gets the current runtime-level remediation state that informed the action plan.

public string RemediationState { get; init; }

string

Gets a value indicating whether the managed connector currently requires operator action.

public bool RequiresAction { get; }

bool

Gets the stable managed-connector action-plan state.

public string State { get; }

string