API Reference
Class
DnsReverseZoneCoverageSnapshot
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.
Returned or exposed by
Constructors
public DnsReverseZoneCoverageSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.