ConnectivityHop Class

Information about a hop between the source and the destination.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ConnectivityHop

Constructor

ConnectivityHop(**kwargs)

Variables

type
str

The type of the hop.

id
str

The ID of the hop.

address
str

The IP address of the hop.

resource_id
str

The ID of the resource corresponding to this hop.

next_hop_ids
list[str]

List of next hop identifiers.

issues
list[ConnectivityIssue]

List of issues.