API Reference
Class
View (ForestSubnetCoveragePostureService)
Aggregated forest subnet/site coverage view.
Inheritance
- Object
- View
Constructors
public View() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String ForestName { get; set; } #Evaluated forest DNS name.
public Int32 SiteCount { get; set; } #Total number of sites.
public Int32 SubnetCount { get; set; } #Total number of subnets.
public Int32 OrphanedSubnetCount { get; set; } #Total orphaned subnets.
public Int32 OverlapCount { get; set; } #Total subnet overlap pairs.
public Int32 SitesWithoutDomainControllers { get; set; } #Total sites with zero domain controllers.
public Int32 SitesWithoutSubnets { get; set; } #Total sites with zero subnet assignments.
public IReadOnlyList<SiteItem> Sites { get; set; } #Per-site topology posture.
public IReadOnlyList<CoverageSummary> SiteCoverage { get; set; } #Per-site coverage metrics.
public IReadOnlyList<SiteItem> SitesMissingSubnets { get; set; } #Sites that have no subnet assignments.
public IReadOnlyList<SiteItem> SitesMissingDomainControllers { get; set; } #Sites that have no domain controllers.
public IReadOnlyList<SubnetInfoEx> OrphanedSubnets { get; set; } #Orphaned subnets.
public IReadOnlyList<OverlapItem> Overlaps { get; set; } #Subnet overlap findings.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.