Class CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Describes the current operator-facing managed-connector write-path readiness posture for one CDC execution runtime.
public sealed record CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus(string, string?)”Creates a new managed-connector write-path readiness answer.
public CdcCaptureExecutionRuntimeManagedConnectorWritePathReadinessStatus(string state, string? description = null)Parameters
Section titled “Parameters”state string
The stable readiness state, such as deferred, not-ready, ready, blocked, or not-applicable.
description string?
An optional operator-facing readiness summary.
Properties
Section titled “Properties”ActionPlanState
Section titled “ ActionPlanState”Gets the current managed-connector action-plan state that informed write-path readiness.
public string ActionPlanState { 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”CategoryCount
Section titled “ CategoryCount”Gets the number of active readiness categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable readiness categories currently active for the execution runtime.
public IReadOnlyList<string> CategoryIds { get; init; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets an optional operator-facing readiness summary.
public string? Description { get; }Property Value
Section titled “Property Value”DriftState
Section titled “ DriftState”Gets the current managed-connector drift state that informed write-path readiness.
public string DriftState { get; init; }Property Value
Section titled “Property Value”GovernanceState
Section titled “ GovernanceState”Gets the current managed-connector governance state that informed write-path readiness.
public string GovernanceState { get; init; }Property Value
Section titled “Property Value”IsBlocked
Section titled “ IsBlocked”Gets a value indicating whether the managed connector is currently blocked before write-path readiness can be considered.
public bool IsBlocked { get; }Property Value
Section titled “Property Value”IsDeferred
Section titled “ IsDeferred”Gets a value indicating whether write-path readiness is currently deferred because the runtime remains observe-only.
public bool IsDeferred { get; }Property Value
Section titled “Property Value”IsReady
Section titled “ IsReady”Gets a value indicating whether the managed connector currently satisfies the shared write-path readiness baseline.
public bool IsReady { get; }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”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 write-path readiness.
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 write-path readiness.
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 readiness follow-through.
public bool RequiresAttention { get; }Property Value
Section titled “Property Value”Gets the stable managed-connector write-path readiness state.
public string State { get; }