Package onep :: Package routing :: Module L3UnicastRouteOperation :: Class L3UnicastRouteOperation
[frames] | no frames]

Class L3UnicastRouteOperation


This class represents the operation to be performed on a route.

Instance Methods
 
__init__(self, opType, route, noCheck=None)
Constructor for L3UnicastRouteOperation

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from RouteOperation.RouteOperation: RouteOperationType

Properties
L3UnicastRoute route
The route for the operation.

Inherited from RouteOperation.RouteOperation: op_type

Inherited from object: __class__

Method Details

__init__(self, opType, route, noCheck=None)
(Constructor)

 

Constructor for L3UnicastRouteOperation

Parameters:
Raises:
Overrides: object.__init__

Property Details

route

The route for the operation.

Get Method:
_get_route(self)
Type:
L3UnicastRoute