TestimoX

API Reference

Class

DnsRrsetTtlConsistencySnapshot

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Aggregated RRset TTL consistency snapshot.

Inheritance

  • Object
  • DnsRrsetTtlConsistencySnapshot

Usage

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

Constructors

public DnsRrsetTtlConsistencySnapshot() #

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 EvaluatedRrsetCount { get; set; } #

Total RRsets evaluated.

public Int32 MixedTtlRrsetCount { get; } #

Total mixed-TTL RRsets.

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

Mixed-TTL RRset findings.