HopLink interface

Hop link.

Properties

context

Provides additional context on links.

issues

List of issues.

linkType

Link type.

nextHopId

The ID of the next hop.

resourceId

Resource ID.

roundTripTimeAvg

Average roundtrip time in milliseconds.

roundTripTimeMax

Maximum roundtrip time in milliseconds.

roundTripTimeMin

Minimum roundtrip time in milliseconds.

Property Details

Provides additional context on links.

context?: Record<string, string>

Property Value

Record<string, string>

List of issues.

issues?: ConnectivityIssue[]

Property Value

Link type.

linkType?: string

Property Value

string

The ID of the next hop.

nextHopId?: string

Property Value

string

Resource ID.

resourceId?: string

Property Value

string

Average roundtrip time in milliseconds.

roundTripTimeAvg?: number

Property Value

number

Maximum roundtrip time in milliseconds.

roundTripTimeMax?: number

Property Value

number

Minimum roundtrip time in milliseconds.

roundTripTimeMin?: number

Property Value

number