ConnectivityHop interface
Information about a hop between the source and the destination.
Properties
address | The IP address of the hop. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The ID of the hop. 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. |
links | List of hop links. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
List of next hop identifiers. NOTE: This property will not be serialized. It can only be populated by the server. |
previous |
List of previous hop identifiers. NOTE: This property will not be serialized. It can only be populated by the server. |
previous |
List of previous hop links. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The ID of the resource corresponding to this hop. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the hop. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
address
The IP address of the hop. NOTE: This property will not be serialized. It can only be populated by the server.
address?: string
Property Value
string
id
The ID of the hop. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
issues
List of issues. NOTE: This property will not be serialized. It can only be populated by the server.
issues?: ConnectivityIssue[]
Property Value
links
List of hop links. NOTE: This property will not be serialized. It can only be populated by the server.
links?: HopLink[]
Property Value
HopLink[]
nextHopIds
List of next hop identifiers. NOTE: This property will not be serialized. It can only be populated by the server.
nextHopIds?: string[]
Property Value
string[]
previousHopIds
List of previous hop identifiers. NOTE: This property will not be serialized. It can only be populated by the server.
previousHopIds?: string[]
Property Value
string[]
previousLinks
List of previous hop links. NOTE: This property will not be serialized. It can only be populated by the server.
previousLinks?: HopLink[]
Property Value
HopLink[]
resourceId
The ID of the resource corresponding to this hop. NOTE: This property will not be serialized. It can only be populated by the server.
resourceId?: string
Property Value
string
type
The type of the hop. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string