HopLink Class

Hop link.

Constructor

HopLink(*args: Any, **kwargs: Any)

Variables

Name Description
next_hop_id
str

The ID of the next hop.

link_type
str

Link type.

properties

Hop link properties.

issues

List of issues.

context

Provides additional context on links.

resource_id
str

Resource ID.

Attributes

Provides additional context on links.

context: dict[str, str] | None

List of issues.

issues: list['_models.ConnectivityIssue'] | None

Link type.

link_type: str | None

The ID of the next hop.

next_hop_id: str | None

Hop link properties.

properties: _models.HopLinkProperties | None

Resource ID.

resource_id: str | None