Package Products :: Package ZenModel :: Module IpNetwork
[hide private]
[frames] | no frames]

Module IpNetwork

source code

Classes [hide private]
IpNetwork
IpNetwork object
AutoDiscoveryJob
Job encapsulating autodiscovery over a set of IP addresses.
IpNetworkPrinter
TextIpNetworkPrinter
Prints out IpNetwork hierarchy as text with indented lines.
PythonIpNetworkPrinter
Prints out the IpNetwork hierarchy as a python dictionary.
XmlIpNetworkPrinter
Prints out the IpNetwork hierarchy as XML.
IpNetworkPrinterFactory
Functions [hide private]
 
manage_addIpNetwork(context, id, netmask=24, REQUEST=None, version=4)
make a IpNetwork
source code
Variables [hide private]
  __doc__ = """IpNetw...
  log = logging.getLogger('zen')
  addIpNetwork = DTMLFile('dtml/addIpNetwork', globals())
  defaultNetworkTree = 32,
Variables Details [hide private]

__doc__

Value:
"""IpNetwork

IpNetwork represents an IP network which contains
many IP addresses.
"""