HopLink Class
Hop link.
Constructor
HopLink(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
next_hop_id
|
The ID of the next hop. |
|
link_type
|
Link type. |
|
properties
|
Hop link properties. |
|
issues
|
List of issues. |
|
context
|
Provides additional context on links. |
|
resource_id
|
Resource ID. |
Attributes
context
Provides additional context on links.
context: dict[str, str] | None
issues
List of issues.
issues: list['_models.ConnectivityIssue'] | None
link_type
Link type.
link_type: str | None
next_hop_id
The ID of the next hop.
next_hop_id: str | None
properties
Hop link properties.
properties: _models.HopLinkProperties | None
resource_id
Resource ID.
resource_id: str | None