API Reference
CertificateInventoryNativeCtDiagnosticsAlertEvaluation
Alerting evaluation outcome for native CT diagnostics.
Inheritance
- Object
- CertificateInventoryNativeCtDiagnosticsAlertEvaluation
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CertificateInventoryNativeCtDiagnosticsAlertEvaluation() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<Int32> MaxFailedDiagnosticsThreshold { get; set; } #The threshold used for failed diagnostics, when configured.
public Nullable<Int32> MaxCircuitOpenDiagnosticsThreshold { get; set; } #The threshold used for circuit-open diagnostics, when configured.
public Nullable<Int64> MaxLagAfterThreshold { get; set; } #The threshold used for LagAfter, when configured.
public Int32 FailedDiagnostics { get; set; } #Total matched diagnostics in Failed state.
public Int32 CircuitOpenDiagnostics { get; set; } #Total matched diagnostics in CircuitOpen state.
public Nullable<Int64> HighestLagAfter { get; set; } #Highest LagAfter value across matched diagnostics, when present.
public Boolean FailedDiagnosticsThresholdBreached { get; set; } #True when failed diagnostics exceed configured threshold.
public Boolean CircuitOpenDiagnosticsThresholdBreached { get; set; } #True when circuit-open diagnostics exceed configured threshold.
public Boolean LagAfterThresholdBreached { get; set; } #True when highest LagAfter exceeds configured threshold.
public Boolean HasBreach { get; } #True when any threshold has been breached.
public List<String> BreachMessages { get; } #Human-readable breach messages.