Trees | Indices | Help |
|
---|
|
object --+ | Lockable.Lockable --+ | DeviceComponent.DeviceComponent --+ | ManagedEntity.ManagedEntity --+ | OSComponent.OSComponent --+ | IpRouteEntry
IpRouteEntry object
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
meta_type = 'IpRouteEntry'
|
|||
monitor = False
|
|||
_nexthop = ""
|
|||
_target = ""
|
|||
_targetobj = None
|
|||
routetype = ""
|
|||
routeproto = ""
|
|||
routemask = 0
|
|||
routeage = 0
|
|||
metric1 = 0
|
|||
metric2 = 0
|
|||
metric3 = 0
|
|||
metric4 = 0
|
|||
metric5 = 0
|
|||
_ifindex = None
|
|||
_ifname = None
|
|||
_properties = {'id': 'routemask', 'type': 'string', 'mode': ''
|
|||
_relations = OSComponent._relations+(("os", ToOne(ToManyCont,
|
|||
security = ClassSecurityInfo()
|
|||
ipcheck = re.compile(r'^127\.|^0\.0\.|^169\.254\.|^224\.|^::1$
|
|||
Inherited from Inherited from Inherited from |
|
Return the interface name for this route as a string. If no interface is found return 'No Interface'. |
If the nexthop is a 127. or 0. address store locally else link to it in the network hierarchy |
Set the interface relationship to the interface specified by the given index. See also setInterfaceName() |
Set the interface relationship to the interface specified by the given name. See also setInterfaceIndex() |
|
_properties
|
_relations
|
ipcheck
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:24 2011 | http://epydoc.sourceforge.net |