Domain Detective

API Reference

Class

DesiredStateFcrDnsPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state fcr dns policy functionality.

Inheritance

  • Object
  • DesiredStateFcrDnsPolicy

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

public DesiredStateFcrDnsPolicy() #

Methods

public Void Apply(DesiredStateFcrDnsPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

overlay DomainDetective.DesiredState.DesiredStateFcrDnsPolicy requiredposition: 0
public DesiredStateFcrDnsPolicy Clone() #
Returns: DesiredStateFcrDnsPolicy

Executes the clone operation.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets the enabled value.

public Nullable<Boolean> RequireAtLeastOneResult { get; set; } #
JsonPropertyName("requireAtLeastOneResult")

When true, warns if no FCrDNS results were analyzed.

public Nullable<Boolean> RequireAllForwardConfirmed { get; set; } #
JsonPropertyName("requireAllForwardConfirmed")

When true, requires all IPs to be forward-confirmed.

{{ include "footer" }}