Route¶
Keys
Leafs
Children
- 
class 
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.StaticRoutes.Ipv4.Route¶ Bases:
EntityClass Hierarchy:
RoutingRoutingInstanceRoutingProtocolsRoutingProtocolStaticRoutesIpv4RouteThis class represents configuration data.
A user-ordered list of static routes.
- 
destination_prefix(key)¶ IPv4 destination prefix
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])/(([0-9])|([1-2][0-9])|(3[0-2]))mandatory: True
- 
description¶ Textual description of the route
type: str
-