ConnectionMonitorTestConfiguration interface

Describes a connection monitor test configuration.

Properties

httpConfiguration

The parameters used to perform test evaluation over HTTP.

icmpConfiguration

The parameters used to perform test evaluation over ICMP.

name

The name of the connection monitor test configuration.

preferredIPVersion

The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.

protocol

The protocol to use in test evaluation.

successThreshold

The threshold for declaring a test successful.

tcpConfiguration

The parameters used to perform test evaluation over TCP.

testFrequencySec

The frequency of test evaluation, in seconds.

Property Details

httpConfiguration

The parameters used to perform test evaluation over HTTP.

httpConfiguration?: ConnectionMonitorHttpConfiguration

Property Value

icmpConfiguration

The parameters used to perform test evaluation over ICMP.

icmpConfiguration?: ConnectionMonitorIcmpConfiguration

Property Value

name

The name of the connection monitor test configuration.

name: string

Property Value

string

preferredIPVersion

The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.

preferredIPVersion?: string

Property Value

string

protocol

The protocol to use in test evaluation.

protocol: string

Property Value

string

successThreshold

The threshold for declaring a test successful.

successThreshold?: ConnectionMonitorSuccessThreshold

Property Value

tcpConfiguration

The parameters used to perform test evaluation over TCP.

tcpConfiguration?: ConnectionMonitorTcpConfiguration

Property Value

testFrequencySec

The frequency of test evaluation, in seconds.

testFrequencySec?: number

Property Value

number