TestimoX

API Reference

Class

UnhealthyEdgeItem

Namespace ADPlayground.Replication.ForestReplicationPostureService
Assembly ADPlayground
Modifiers sealed

Replication edge that needs operator attention because it failed or exceeded the stale threshold.

Inheritance

  • Object
  • UnhealthyEdgeItem

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

Properties

public String DestinationSite { get; set; } #

Destination site.

public String DestinationServer { get; set; } #

Destination server.

public String SourceSite { get; set; } #

Source site.

public String SourceServer { get; set; } #

Source server.

public String NamingContextDisplay { get; set; } #

Friendly naming-context label.

public String Status { get; set; } #

Computed status: Failed or Stale.

public Nullable<Double> LastSuccessAgeHours { get; set; } #

Age of the last successful replication in hours when known.

public Int32 ConsecutiveFailures { get; set; } #

Consecutive failure count.

public Int32 LastResult { get; set; } #

Last replication result code.

public String LastResultName { get; set; } #

Friendly replication result message.