TestimoX

API Reference

Class

DnsReverseZoneCoverageSnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Aggregated reverse DNS coverage snapshot.

Inheritance

  • Object
  • DnsReverseZoneCoverageSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public DnsReverseZoneCoverageSnapshot() #

Properties

public String DomainName { get; set; } #

Domain name associated with the snapshot.

public String DnsServer { get; set; } #

DNS server queried for the snapshot.

public Boolean CollectionSucceeded { get; set; } #

Whether underlying inventory collection succeeded.

public String CollectionError { get; set; } #

Collection error message when inventory collection failed.

public DnsCollectionDiagnostics Diagnostics { get; set; } #

Diagnostics captured while collecting the source DNS inventory.

public Int32 PrefixCount { get; set; } #

Total IPv4 /24 prefixes with forward A records.

public Int32 MissingReverseZoneCount { get; set; } #

Total prefixes missing reverse lookup zone coverage.

public Int32 FindingCount { get; } #

Total reverse zone coverage findings.

public IReadOnlyList<DnsReverseZoneCoverageFinding> Findings { get; set; } #

Reverse DNS coverage findings.