PeerRouteList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is obsolete and will be removed in a future release, please use PeerRoute instead.
Compatibility declaration for the PeerRouteList type.
[System.Obsolete("This class is obsolete and will be removed in a future release, please use `PeerRoute` instead.", false)]
public class PeerRouteList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.PeerRouteList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.PeerRouteList>
[<System.Obsolete("This class is obsolete and will be removed in a future release, please use `PeerRoute` instead.", false)>]
type PeerRouteList = class
interface IJsonModel<PeerRouteList>
interface IPersistableModel<PeerRouteList>
Public Class PeerRouteList
Implements IJsonModel(Of PeerRouteList), IPersistableModel(Of PeerRouteList)
- Inheritance
-
PeerRouteList
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AsPath |
The route's AS path sequence. |
| LocalAddress |
The peer's local address. |
| Network |
The route's network prefix. |
| NextHop |
The route's next hop. |
| Origin |
The source this route was learned from. |
| SourcePeer |
The peer this route was learned from. |
| Value |
Compatibility member. |
| Weight |
The route's weight. |