API Reference
Class
DnsRrsetTtlConsistencySnapshot
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.
Returned or exposed by
Constructors
public DnsRrsetTtlConsistencySnapshot() #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 EvaluatedRrsetCount { get; set; } #Total RRsets evaluated.
public Int32 MixedTtlRrsetCount { get; } #Total mixed-TTL RRsets.
public IReadOnlyList<DnsRrsetTtlFinding> Findings { get; set; } #Mixed-TTL RRset findings.