ConnectivityHop Class
Information about a hop between the source and the destination.
Constructor
ConnectivityHop(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The type of the hop. |
|
id
|
The ID of the hop. |
|
address
|
The IP address of the hop. |
|
resource_id
|
The ID of the resource corresponding to this hop. |
|
next_hop_ids
|
List of next hop identifiers. |
|
previous_hop_ids
|
List of previous hop identifiers. |
|
links
|
List of hop links. |
|
previous_links
|
List of previous hop links. |
|
issues
|
List of issues. |
Attributes
address
The IP address of the hop.
address: str | None
id
The ID of the hop.
id: str | None
issues
List of issues.
issues: list['_models.ConnectivityIssue'] | None
links
List of hop links.
links: list['_models.HopLink'] | None
next_hop_ids
List of next hop identifiers.
next_hop_ids: list[str] | None
previous_hop_ids
List of previous hop identifiers.
previous_hop_ids: list[str] | None
previous_links
List of previous hop links.
previous_links: list['_models.HopLink'] | None
resource_id
The ID of the resource corresponding to this hop.
resource_id: str | None
type
The type of the hop.
type: str | None