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>Inheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus
Implements
Section titled “Implements”IEquatable<CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus>
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”CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus(string, string?)
Section titled “ CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus(string, string?)”Creates a new managed-connector action-plan answer.
public CdcCaptureExecutionRuntimeManagedConnectorActionPlanStatus(string state, string? description = null)Parameters
Section titled “Parameters”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.
Properties
Section titled “Properties”ActionCount
Section titled “ ActionCount”Gets the number of active action identifiers currently visible for the execution runtime.
public int ActionCount { get; }Property Value
Section titled “Property Value”ActionIds
Section titled “ ActionIds”Gets the ordered action identifiers currently active for the execution runtime.
public IReadOnlyList<string> ActionIds { 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 action-plan categories currently visible for the execution runtime.
public int CategoryCount { get; }Property Value
Section titled “Property Value”CategoryIds
Section titled “ CategoryIds”Gets the stable action-plan 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 action-plan summary.
public string? Description { get; }Property Value
Section titled “Property Value”DriftState
Section titled “ DriftState”Gets the current managed-connector drift state that informed the action plan.
public string DriftState { get; init; }Property Value
Section titled “Property Value”GovernanceState
Section titled “ GovernanceState”Gets the current managed-connector governance state that informed the action plan.
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 by runtime remediation work.
public bool IsBlocked { get; }Property Value
Section titled “Property Value”IsObserve
Section titled “ IsObserve”Gets a value indicating whether the managed connector can currently remain in observe mode.
public bool IsObserve { get; }Property Value
Section titled “Property Value”IsWaiting
Section titled “ IsWaiting”Gets a value indicating whether the managed connector is currently waiting for more runtime truth.
public bool IsWaiting { get; }Property Value
Section titled “Property Value”PrimaryActionId
Section titled “ PrimaryActionId”Gets the primary action identifier for the current action plan.
public string PrimaryActionId { get; }Property Value
Section titled “Property Value”RemediationState
Section titled “ RemediationState”Gets the current runtime-level remediation state that informed the action plan.
public string RemediationState { get; init; }Property Value
Section titled “Property Value”RequiresAction
Section titled “ RequiresAction”Gets a value indicating whether the managed connector currently requires operator action.
public bool RequiresAction { get; }Property Value
Section titled “Property Value”Gets the stable managed-connector action-plan state.
public string State { get; }