Share via


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.

nextHopIds

List of next hop identifiers.

previousHopIds

List of previous hop identifiers.

previousLinks

List of previous hop links.

resourceId

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

List of issues.

issues?: ConnectivityIssueOutput[]

Property Value

List of hop links.

links?: HopLinkOutput[]

Property Value

nextHopIds

List of next hop identifiers.

nextHopIds?: string[]

Property Value

string[]

previousHopIds

List of previous hop identifiers.

previousHopIds?: string[]

Property Value

string[]

List of previous hop links.

previousLinks?: HopLinkOutput[]

Property Value

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