HopLink interface
Hop link.
Properties
| context | Provides additional context on links. |
| issues | List of issues. |
| link |
Link type. |
| next |
The ID of the next hop. |
| resource |
Resource ID. |
| round |
Average roundtrip time in milliseconds. |
| round |
Maximum roundtrip time in milliseconds. |
| round |
Minimum roundtrip time in milliseconds. |
Property Details
context
Provides additional context on links.
context?: Record<string, string>
Property Value
Record<string, string>
issues
linkType
Link type.
linkType?: string
Property Value
string
nextHopId
The ID of the next hop.
nextHopId?: string
Property Value
string
resourceId
Resource ID.
resourceId?: string
Property Value
string
roundTripTimeAvg
Average roundtrip time in milliseconds.
roundTripTimeAvg?: number
Property Value
number
roundTripTimeMax
Maximum roundtrip time in milliseconds.
roundTripTimeMax?: number
Property Value
number
roundTripTimeMin
Minimum roundtrip time in milliseconds.
roundTripTimeMin?: number
Property Value
number