TestimoX

API Reference

Class

ReplicationTopologyNode

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Consolidated node for a domain controller in a replication topology report.

Inheritance

  • Object
  • ReplicationTopologyNode

Constructors

Properties

public String DomainController { get; set; } #

Domain controller name.

public String Site { get; set; } #

Site name for the domain controller when known.

public String IPAddress { get; set; } #

Optional IPv4/IPv6 address when known.

public IReadOnlyList<String> Partners { get; set; } #

Distinct partner domain controllers.

public IReadOnlyList<String> PartnerSites { get; set; } #

Distinct partner sites.

public IReadOnlyList<String> PartnersIP { get; set; } #

Distinct partner IP addresses.

public Int32 PartnerCount { get; } #

Total distinct partner count.

public Boolean Healthy { get; set; } #

True when no failed or stale edges are present.

public Int32 FailedEdges { get; set; } #

Number of failing edges for this DC.

public Int32 StaleEdges { get; set; } #

Number of stale edges for this DC.