ConnectivityInformation interface
Information on the connectivity status.
Properties
avg |
Average latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server. |
connection |
The connection status. NOTE: This property will not be serialized. It can only be populated by the server. |
hops | List of hops between the source and the destination. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
Maximum latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server. |
min |
Minimum latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server. |
probes |
Number of failed probes. NOTE: This property will not be serialized. It can only be populated by the server. |
probes |
Total number of probes sent. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
avgLatencyInMs
Average latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.
avgLatencyInMs?: number
Property Value
number
connectionStatus
The connection status. NOTE: This property will not be serialized. It can only be populated by the server.
connectionStatus?: string
Property Value
string
hops
List of hops between the source and the destination. NOTE: This property will not be serialized. It can only be populated by the server.
hops?: ConnectivityHop[]
Property Value
maxLatencyInMs
Maximum latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.
maxLatencyInMs?: number
Property Value
number
minLatencyInMs
Minimum latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.
minLatencyInMs?: number
Property Value
number
probesFailed
Number of failed probes. NOTE: This property will not be serialized. It can only be populated by the server.
probesFailed?: number
Property Value
number
probesSent
Total number of probes sent. NOTE: This property will not be serialized. It can only be populated by the server.
probesSent?: number
Property Value
number