API Reference
TtlInfo
Provides ttl info functionality.
Inheritance
- Object
- TtlInfo
Constructors
public TtlInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Gets or sets the check value.
public AnalysisArea Area { get; set; } #Gets or sets the area value.
public String Subject { get; set; } #Gets or sets the subject value.
public Boolean DnssecSigned { get; set; } #Gets or sets the dnssec signed value.
public IReadOnlyList<Int32> ATtls { get; set; } #Gets or sets the a ttls value.
public IReadOnlyList<Int32> AaaaTtls { get; set; } #Gets or sets the aaaa ttls value.
public IReadOnlyList<Int32> MxTtls { get; set; } #Gets or sets the mx ttls value.
public IReadOnlyList<Int32> NsTtls { get; set; } #Gets or sets the ns ttls value.
public Int32 SoaTtl { get; set; } #Gets or sets the soa ttl value.
public IReadOnlyList<Int32> SpfTxtTtls { get; set; } #Gets or sets the spf txt ttls value.
public IReadOnlyList<Int32> DmarcTxtTtls { get; set; } #Gets or sets the dmarc txt ttls value.
public IReadOnlyList<Int32> MtastsTxtTtls { get; set; } #Gets or sets the mtasts txt ttls value.
public IReadOnlyList<Int32> TlsRptTxtTtls { get; set; } #Gets or sets the tls rpt txt ttls value.
public Dictionary<String, IReadOnlyList<Int32>> DkimTxtTtls { get; set; } #Gets or sets the dkim txt ttls value.
public IReadOnlyList<Assessment> Assessments { get; set; } #Gets or sets the assessments value.
public String Status { get; set; } #Gets or sets the status value.
public Int32 WarningCount { get; set; } #Gets or sets the warning count value.
public Int32 ErrorCount { get; set; } #Gets or sets the error count value.
public String Summary { get; set; } #Gets or sets the summary value.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Gets or sets the recommendations value.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Gets or sets the positives value.
public IReadOnlyList<String> References { get; set; } #Gets or sets the references value.
public DnsTtlAnalysis Raw { get; set; } #Gets or sets the raw value.