Domain Detective

API Reference

Class

DesiredStateOpenRelayPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state open relay policy functionality.

Inheritance

  • Object
  • DesiredStateOpenRelayPolicy

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 DesiredStateOpenRelayPolicy() #

Methods

public Void Apply(DesiredStateOpenRelayPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

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

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")

Gets or sets the require at least one result value.

public Nullable<Boolean> DisallowOpenRelay { get; set; } #
JsonPropertyName("disallowOpenRelay")

Gets or sets the disallow open relay value.

public Nullable<Boolean> TreatConnectionFailuresAsDrift { get; set; } #
JsonPropertyName("treatConnectionFailuresAsDrift")

Gets or sets the treat connection failures as drift value.

{{ include "footer" }}