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
-
azure.mgmt.network._serialization.ModelConnectivityHop
Constructor
ConnectivityHop(**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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python