ConnectivityParameters interface
Parameters that determine how the connectivity check will be performed.
Properties
| destination | The destination of connection. |
| preferred |
Preferred IP version of the connection. |
| protocol | Network protocol. |
| protocol |
Configuration of the protocol. |
| source | The source of the connection. |
Property Details
destination
The destination of connection.
destination: ConnectivityDestination
Property Value
preferredIPVersion
Preferred IP version of the connection.
preferredIPVersion?: "IPv4" | "IPv6"
Property Value
"IPv4" | "IPv6"
protocol
Network protocol.
protocol?: "Http" | "Https" | "Tcp" | "Icmp"
Property Value
"Http" | "Https" | "Tcp" | "Icmp"
protocolConfiguration
Configuration of the protocol.
protocolConfiguration?: ProtocolConfiguration