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?: string
Property Value
string
protocol
Network protocol.
protocol?: string
Property Value
string
protocolConfiguration
Configuration of the protocol.
protocolConfiguration?: ProtocolConfiguration