Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectivityCheckResponse

Package version

Information on the connectivity status.

Hierarchy

  • ConnectivityCheckResponse

Index

Properties

Optional avgLatencyInMs

avgLatencyInMs: undefined | number

Average latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.

Optional connectionStatus

connectionStatus: ConnectionStatus

The connection status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional 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.

Optional maxLatencyInMs

maxLatencyInMs: undefined | number

Maximum latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minLatencyInMs

minLatencyInMs: undefined | number

Minimum latency in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.

Optional probesFailed

probesFailed: undefined | number

Number of failed probes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional probesSent

probesSent: undefined | number

Total number of probes sent. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc