ConnectivityHopOutput interface
Information about a hop between the source and the destination.
Properties
| address | The IP address of the hop. |
| id | The ID of the hop. |
| issues | List of issues. |
| links | List of hop links. |
| next |
List of next hop identifiers. |
| previous |
List of previous hop identifiers. |
| previous |
List of previous hop links. |
| resource |
The ID of the resource corresponding to this hop. |
| type | The type of the hop. |
Property Details
address
The IP address of the hop.
address?: string
Property Value
string
id
The ID of the hop.
id?: string
Property Value
string
issues
links
nextHopIds
List of next hop identifiers.
nextHopIds?: string[]
Property Value
string[]
previousHopIds
List of previous hop identifiers.
previousHopIds?: string[]
Property Value
string[]
previousLinks
resourceId
The ID of the resource corresponding to this hop.
resourceId?: string
Property Value
string
type
The type of the hop.
type?: string
Property Value
string