Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectivityHop

Package version

Information about a hop between the source and the destination.

Hierarchy

  • ConnectivityHop

Index

Properties

Optional address

address: undefined | string

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

Optional id

id: undefined | string

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

Optional issues

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

Optional nextHopIds

nextHopIds: string[]

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

Optional resourceId

resourceId: undefined | string

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

Optional type

type: undefined | string

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

Generated using TypeDoc