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.

linkType

Link type. NOTE: This property will not be serialized. It can only be populated by the server.

nextHopId

The ID of the next hop. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

roundTripTimeAvg

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

roundTripTimeMax

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

roundTripTimeMin

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

Property Details

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}

List of issues. NOTE: This property will not be serialized. It can only be populated by the server.

issues?: ConnectivityIssue[]

Property Value

Link type. NOTE: This property will not be serialized. It can only be populated by the server.

linkType?: string

Property Value

string

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

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId?: string

Property Value

string

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

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

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