Domain Detective

API Reference

Class

SoaInfo (Views)

Namespace DomainDetective.Views
Assembly DomainDetective

View model summarizing SOA (Start of Authority) analysis.

Inheritance

  • Object
  • SoaInfo

Usage

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

Accepted by parameters

Constructors

Properties

public HealthCheckType Check { get; set; } #

Type of health check.

public AnalysisArea Area { get; set; } #

Logical analysis area.

public String Subject { get; set; } #

Subject domain.

public String PrimaryNameServer { get; set; } #

Primary name server (MNAME).

public String ResponsibleMailbox { get; set; } #

Responsible mailbox (RNAME).

public Int64 SerialNumber { get; set; } #

Gets or sets the serial number value.

public Boolean SerialFormatValid { get; set; } #

Gets or sets the serial format valid value.

public String SerialFormatSuggestion { get; set; } #

Suggestion when the serial format is not YYYMMDDnn.

public Int32 Refresh { get; set; } #

Gets or sets the refresh value.

public Int32 Retry { get; set; } #

Gets or sets the retry value.

public Int32 Expire { get; set; } #

Gets or sets the expire value.

public Int32 Minimum { get; set; } #

Gets or sets the minimum value.

public Int32 NegativeCacheTtl { get; set; } #

Gets or sets the negative cache ttl value.

public Boolean RecordExists { get; set; } #

Gets or sets the record exists value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Assessment list.

public String Status { get; set; } #

Overall status (OK/Warning/Error).

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; } #

Short summary text for executive reports.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Actionable recommendations.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Positive posture notes.

public IReadOnlyList<String> References { get; set; } #

Reference links.

public SOAAnalysis Raw { get; set; } #

Underlying analysis.

{{ include "footer" }}