Trees | Indices | Help |
|
---|
|
object --+ | Lockable.Lockable --+ | DeviceComponent.DeviceComponent --+ | object --+ | | | ZenModelBase.ZenModelBase --+ | | | ExtensionClass.Base --+ | | | | | OFS.CopySupport.CopyContainer --+ | | | | | ZenRelations.RelCopySupport.RelCopyContainer --+ | | | | | ExtensionClass.Base --+ | | | | | | | OFS.CopySupport.CopyContainer --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | App.Management.Navigation --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | App.Management.Tabs --+ | | | | | | | Acquisition.Implicit --+ | | | | | | | Persistence.Persistent --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | webdav.EtagSupport.EtagSupport --+ | | | | | | | | | | | webdav.Lockable.LockableItem --+ | | | | | | | | | webdav.Resource.Resource --+ | | | | | | | | | webdav.Collection.Collection --+ | | | | | | | OFS.Traversable.Traversable --+ | | | | | | | OFS.ObjectManager.ObjectManager --+ | | | | | ExtensionClass.Base --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | OFS.CopySupport.CopySource --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | App.Management.Tabs --+ | | | | | | | OFS.Traversable.Traversable --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | AccessControl.Owned.Owned --+ | | | | | | | ZenRelations.ZItem.ZItem --+ | | | | | | | Acquisition.Implicit --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | AccessControl.PermissionMapping.RoleManager --+ | | | | | | | | | AccessControl.Role.RoleManager --+ | | | | | | | ZenRelations.PrimaryPathObjectManager.PrimaryPathManager --+ | | | | | ExtensionClass.Base --+ | | | | | | | App.Undo.UndoSupport --+ | | | | | ZenRelations.PrimaryPathObjectManager.PrimaryPathObjectManager --+ | | | | | object --+ | | | | | | | ExtensionClass.Base --+ | | | | | | | | | OFS.ZDOM.Node --+ | | | | | | | | | | | OFS.ZDOM.Element --+ | | | | | | | | | | | OFS.ZDOM.ElementWithAttributes --+ | | | | | | | | | OFS.PropertyManager.PropertyManager --+ | | | | | | | ZenRelations.ZenPropertyManager.ZenPropertyManager --+ | | | | | ZenRelations.RelationshipManager.RelationshipManager --+ | | | ExtensionClass.Base --+ | | | | | OFS.History.Historical --+ | | | object --+ | | | | | ZenPacker.ZenPacker --+ | | | ZenModelRM.ZenModelRM --+ | | | DeviceResultInt.DeviceResultInt --+ | | | object --+ | | | | | EventView.EventView --+ | | | object --+ | | | | | RRDView.RRDView --+ | | | ManagedEntity.ManagedEntity --+ | OSComponent.OSComponent --+ | Linkable.Linkable --+ | | | Linkable.Layer2Linkable --+ | IpInterface
IpInterface object
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
meta_type = 'IpInterface'
|
|||
portal_type = 'IpInterface'
|
|||
manage_editIpInterfaceForm = DTMLFile('dtml/manageEditIpInterf
|
|||
ifindex = '0'
|
|||
interfaceName = ''
|
|||
macaddress = ""
|
|||
type = ""
|
|||
description = ""
|
|||
mtu = 0
|
|||
speed = 0
|
|||
adminStatus = 0
|
|||
operStatus = 0
|
|||
duplex = 0
|
|||
_ipAddresses = []
|
|||
_properties = OSComponent._properties+({'id': 'ips', 'type': '
|
|||
_relations = OSComponent._relations+(("os", ToOne(ToManyCont,
|
|||
zNoPropertiesCopy = 'ips', 'macaddress'
|
|||
localipcheck = re.compile(r'^127.|^0.').search
|
|||
localintcheck = re.compile(r'^lo0').search
|
|||
defaultIgnoreTypes = 'Other', 'softwareLoopback', 'CATV MAC La
|
|||
factory_type_information = {'id': 'IpInterface', 'meta_type':
|
|||
security = ClassSecurityInfo()
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
Init OSComponent and set _ipAddresses to an empty list. |
Use the unmagled interface name for display
|
Use the unmagled interface name for display
|
Use the unmagled interface name for display
|
Override from PerpertyManager to handle checks and ip creation
|
Override the default so that links are indexed.
|
Override the default so that links are unindexed.
|
Override from propertiyManager so we can trap errors
|
Split ips in the format 1.1.1.1/24 into ip and netmask. Default netmask is 24. |
Add a locally stored ip. Ips like 127./8 are maintained locally. |
Set a list of ipaddresses in the form 1.1.1.1/24 on to this interface. If networks for the ips don't exist they will be created. |
Return the interface type as the target type name.
|
Return a list containing the appropriate RRDTemplate for this IpInterface. If none is found then the list will be empty. Order of preference if the interface supports 64bit counters.
Order of preference if the interface doesn't support 64bit counters.
|
Ignore interface that are administratively down.
|
Get the current administrative state of the interface. Prefer real-time value over modeled value. |
Get the current operational state of the interface. Prefer real-time value over modeled value. |
Return the status number for this interface.
|
The device id, for indexing purposes.
|
The interface id, for indexing purposes.
|
pass
|
|
manage_editIpInterfaceForm
|
_properties
|
_relations
|
defaultIgnoreTypes
|
factory_type_information
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 14 12:01:31 2010 | http://epydoc.sourceforge.net |