Domain Detective

API Reference

Class

DnsHealthInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides dns health info functionality.

Inheritance

  • Object
  • DnsHealthInfo

Constructors

public DnsHealthInfo() #

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 IReadOnlyList<String> NameServers { get; set; } #

Gets or sets the name servers value.

public IReadOnlyDictionary<String, Int64> SoaSerialByServer { get; set; } #

Gets or sets the soa serial by server value.

public Boolean SoaSerialConsistent { get; set; } #

Gets or sets the soa serial consistent value.

public IReadOnlyDictionary<String, List<String>> ApexAddressesByServer { get; set; } #

Gets or sets the apex addresses by server value.

public Boolean ApexAddressesConsistent { get; set; } #

Gets or sets the apex addresses consistent value.

public Boolean ServersResponsive { get; set; } #

Gets or sets the servers responsive 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 DnsHealthAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}