TestimoX

API Reference

Class

Diagnostics (ForestSubnetCoveragePostureService)

Namespace ADPlayground.Replication.ForestSubnetCoveragePostureService
Assembly ADPlayground
Modifiers sealed

Diagnostics for forest subnet coverage evaluation.

Inheritance

  • Object
  • Diagnostics

Constructors

public Diagnostics() #

Properties

public Int32 SiteCount { get; set; } #

Number of sites discovered.

public Int32 SubnetCount { get; set; } #

Number of subnets discovered.

public Int32 ParsedSubnetCount { get; set; } #

Number of subnets successfully parsed for overlap analysis.

public Int32 SkippedSubnetCount { get; set; } #

Number of subnets skipped from overlap analysis due to invalid CIDR format.

public Int32 OverlapCount { get; set; } #

Number of overlap pairs detected.

public Int32 SitesWithoutSubnetsCount { get; set; } #

Number of sites without any subnet assignments.

public Int32 SitesWithoutDomainControllersCount { get; set; } #

Number of sites without any domain controllers.