Trees | Indices | Help |
|
---|
|
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 --+ | object --+ | | | EventView.EventView --+ | Organizer.Organizer --+ | DeviceManagerBase.DeviceManagerBase --+ | Commandable.Commandable --+ | ZenMenuable.ZenMenuable --+ | MaintenanceWindowable.MaintenanceWindowable --+ | AdministrativeRoleable.AdministrativeRoleable --+ | DeviceOrganizer.DeviceOrganizer --+ | IpNetwork
IpNetwork object
|
|||
Organizer |
|
||
|
|||
boolean
>>> dmd.Devices.checkValidId('^*') 'The id "^*" contains characters illegal in URLs.' >>> dmd.Devices.checkValidId('Server') 'The id "Server" is invalid - it is already in use.' >>> dmd.Devices.checkValidId('ZenTestId') True |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
string |
|
||
string |
|
||
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 Inherited from |
|
|||
Inherited from |
|
|||
isInTree = True
|
|||
buildLinks = True
|
|||
dmdRootName = "Networks"
|
|||
default_catalog = 'ipSearch'
|
|||
meta_type = 'IpNetwork'
|
|||
portal_type = 'IpNetwork'
|
|||
_properties = {'id': 'netmask', 'type': 'int', 'mode': 'w'}, {
|
|||
_relations = DeviceOrganizer._relations+(("ipaddresses", ToMan
|
|||
factory_type_information = {'id': 'IpNetwork', 'meta_type': 'I
|
|||
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 |
|
|
Checks a valid id
|
Return and create if necessary network. netip is in the form 1.1.1.0/24 or with netmask passed as parameter. Subnetworks created based on the zParameter zDefaulNetworkTree. Called by IpNetwork.createIp and IpRouteEntry.setTarget If the netmask is invalid, then a netmask of 24 is assumed.
To Do: investigate IPv6 issues |
Return the ip of the default router for this network. It is based on zDefaultRouterNumber which specifies the sequence number that locates the router in this network. If: zDefaultRouterNumber==1 for 10.2.1.0/24 -> 10.2.1.1 zDefaultRouterNumber==254 for 10.2.1.0/24 -> 10.2.1.254 zDefaultRouterNumber==1 for 10.2.2.128/25 -> 10.2.2.129 zDefaultRouterNumber==126 for 10.2.2.128/25 -> 10.2.2.254 |
Sort by the IP numeric >>> net = dmd.Networks.addSubNetwork('1.2.3.0', 24) >>> net.primarySortKey() 16909056L
|
get an ip on this network
|
Count all devices within a device group and get the ping and snmp counts as well
|
aggregate ping status for all devices in this group and below
|
aggregate snmp status for all devices in this group and below
|
get all the devices under and instance of a DeviceGroup
|
gets icon
|
Return an anchor tag if the user has access to the remote object.
|
|
_properties
|
_relations
|
factory_type_information
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 14 12:01:31 2010 | http://epydoc.sourceforge.net |