Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus

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

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

public sealed record CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorGovernanceStatus(string, string?)”

Creates a new managed-connector governance answer.

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

state string

The stable governance state, such as observe-only, future-control-plane, or out-of-policy.

description string?

An optional operator-facing governance summary.

Gets the latest reported active managed-connector task identifiers when they are known.

public IReadOnlyList<string> ActiveTaskIds { 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 governance categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable managed-connector governance categories currently active for the execution runtime.

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

IReadOnlyList<string>

Gets the upstream connector-cluster identifier when one is known.

public string? ConnectClusterId { get; init; }

string?

Gets the upstream connector-class identifier when one is known.

public string? ConnectorClass { get; init; }

string?

Gets the latest reported connector lifecycle state when one is known.

public string? ConnectorLifecycleState { get; init; }

string?

Gets the declared managed-connector task identifiers when they are known.

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

IReadOnlyList<string>

Gets an optional operator-facing governance summary.

public string? Description { get; }

string?

Gets the declared task count when the managed connector reports one.

public int? ExpectedTaskCount { get; init; }

int?

Gets a value indicating whether the execution runtime is currently governed in observe-only mode.

public bool IsObserveOnly { get; }

bool

Gets a value indicating whether the execution runtime is currently out of policy.

public bool IsOutOfPolicy { get; }

bool

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

public string? ManagementMode { get; init; }

string?

Gets the stable recommended action identifier for the current governance posture.

public string RecommendedActionId { get; init; }

string

Gets the latest reported reconciliation summary when one is known.

public string? ReconciliationReason { get; init; }

string?

Gets the latest reported overall reconciliation state when one is known.

public string? ReconciliationState { get; init; }

string?

Gets the latest reported task count when the managed connector reports one.

public int? ReportedTaskCount { get; init; }

int?

Gets the latest reported managed-connector task identifiers when they are known.

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

IReadOnlyList<string>

Gets a value indicating whether the execution runtime currently requires operator governance attention.

public bool RequiresAttention { get; }

bool

Gets a value indicating whether the execution runtime currently requires future control-plane support.

public bool RequiresControlPlaneSupport { get; }

bool

Gets the upstream source-provider identifier when one is known.

public string? SourceProviderId { get; init; }

string?

Gets the stable managed-connector governance state.

public string State { get; }

string

Gets the latest reported task-reconciliation state when one is known.

public string? TaskReconciliationState { get; init; }

string?