HopLink interface
Hop link.
Properties
context | Provides additional context on links. NOTE: This property will not be serialized. It can only be populated by the server. |
issues | List of issues. NOTE: This property will not be serialized. It can only be populated by the server. |
link |
Link type. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
The ID of the next hop. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
round |
Average roundtrip time in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server. |
round |
Maximum roundtrip time in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server. |
round |
Minimum roundtrip time in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
context
Provides additional context on links. NOTE: This property will not be serialized. It can only be populated by the server.
context?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
issues
List of issues. NOTE: This property will not be serialized. It can only be populated by the server.
issues?: ConnectivityIssue[]
Property Value
linkType
Link type. NOTE: This property will not be serialized. It can only be populated by the server.
linkType?: string
Property Value
string
nextHopId
The ID of the next hop. NOTE: This property will not be serialized. It can only be populated by the server.
nextHopId?: string
Property Value
string
resourceId
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string
roundTripTimeAvg
Average roundtrip time in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.
roundTripTimeAvg?: number
Property Value
number
roundTripTimeMax
Maximum roundtrip time in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.
roundTripTimeMax?: number
Property Value
number
roundTripTimeMin
Minimum roundtrip time in milliseconds. NOTE: This property will not be serialized. It can only be populated by the server.
roundTripTimeMin?: number
Property Value
number