ConnectionMonitorTestConfigurationOutput interface
Describes a connection monitor test configuration.
Properties
| http |
The parameters used to perform test evaluation over HTTP. |
| icmp |
The parameters used to perform test evaluation over ICMP. |
| name | The name of the connection monitor test configuration. |
| preferred |
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. |
| success |
The threshold for declaring a test successful. |
| tcp |
The parameters used to perform test evaluation over TCP. |
| test |
The frequency of test evaluation, in seconds. |
Property Details
httpConfiguration
The parameters used to perform test evaluation over HTTP.
httpConfiguration?: ConnectionMonitorHttpConfigurationOutput
Property Value
icmpConfiguration
The parameters used to perform test evaluation over ICMP.
icmpConfiguration?: ConnectionMonitorIcmpConfigurationOutput
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?: "IPv4" | "IPv6"
Property Value
"IPv4" | "IPv6"
protocol
The protocol to use in test evaluation.
protocol: "Http" | "Tcp" | "Icmp"
Property Value
"Http" | "Tcp" | "Icmp"
successThreshold
The threshold for declaring a test successful.
successThreshold?: ConnectionMonitorSuccessThresholdOutput
Property Value
tcpConfiguration
The parameters used to perform test evaluation over TCP.
tcpConfiguration?: ConnectionMonitorTcpConfigurationOutput
Property Value
testFrequencySec
The frequency of test evaluation, in seconds.
testFrequencySec?: number
Property Value
number