API Reference
Class
DnsRrsetTtlFinding
Finding for one owner/type RRset that contains mixed TTL values.
Inheritance
- Object
- DnsRrsetTtlFinding
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 DnsRrsetTtlFinding() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CheckId { get; set; } #Stable check identifier aligned with DNS audit exports.
public String ZoneName { get; set; } #DNS zone that contains the RRset.
public DnsRecordKind RecordKind { get; set; } #Resource record kind.
public IReadOnlyList<UInt32> Ttls { get; set; } #Distinct TTL values found in the RRset.
public Int32 RecordCount { get; set; } #Number of records in the RRset.
public String Issue { get; set; } #Human-readable issue summary.
public String RecommendedAction { get; set; } #Recommended remediation action.