Package ZenModel :: Module IpInterface
[hide private]
[frames] | no frames]

Module IpInterface

source code

IpInterface

IpInterface is a collection of devices and subsystems that make up a business function

$Id: IpInterface.py,v 1.59 2004/04/23 03:01:02 edahl Exp $


Version: 1.59

Classes [hide private]
  IpInterface
IpInterface object
Functions [hide private]
 
manage_addIpInterface(context, id, userCreated, REQUEST=None)
make a device
source code
 
isip(...)
search(string[, pos[, endpos]]) --> match object or None.
source code
Variables [hide private]
  __doc__ = """IpInterf...
  log = logging.getLogger("zen.IpInterface")
  addIpInterface = DTMLFile('dtml/addIpInterface', globals())
  RELMETATYPES = ('ToOneRelationship', 'ToManyContRelationship',...
Function Details [hide private]

isip(...)

source code 
search(string[, pos[, endpos]]) --> match object or None. Scan through string looking for a match, and return a corresponding MatchObject instance. Return None if no position in the string matches.

Variables Details [hide private]

__doc__

Value:
"""IpInterface

IpInterface is a collection of devices and subsystems that make
up a business function

$Id: IpInterface.py,v 1.59 2004/04/23 03:01:02 edahl Exp $"""

RELMETATYPES

Value:
('ToOneRelationship', 'ToManyContRelationship', 'ToManyRelationship')