Sdílet prostřednictvím


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.

nextHopIds

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

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.

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

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[]

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