univention.admin.handlers.dhcp package
Contents
univention.admin.handlers.dhcp package¶
Submodules¶
univention.admin.handlers.dhcp.dhcp module¶
UDM for all DHCP objects
- class univention.admin.handlers.dhcp.dhcp.object(co, lo, position, dn='', superordinate=None, attributes=None)[source]¶
Bases:
univention.admin.handlers.simpleLdap
- module = 'dhcp/dhcp'¶
univention.admin.handlers.dhcp.host module¶
UDM module for DHCP hosts
univention.admin.handlers.dhcp.pool module¶
UDM module for the DHCP pool
- class univention.admin.handlers.dhcp.pool.object(co, lo, position, dn='', superordinate=None, attributes=None)[source]¶
Bases:
univention.admin.handlers.dhcp.__common.DHCPBase
- module = 'dhcp/pool'¶
- permits_udm2dhcp = {'all_clients': 'all clients', 'dynamic_bootp_clients': 'dynamic bootp clients', 'known_clients': 'known clients', 'unknown_clients': 'unknown clients'}¶
- permits_dhcp2udm = {'all clients': 'all_clients', 'dynamic bootp clients': 'dynamic_bootp_clients', 'known clients': 'known_clients', 'unknown clients': 'unknown_clients'}¶
- open()[source]¶
Opens this object.
During the initialization of this object the current set LDAP attributes are mapped into
info
. This method makes it possible to e.g. resolve external references to other objects which are not represented in the raw LDAP attributes of this object, for example the group memberships of a user.By default only the open hook for extended attributes is called. This method can be subclassed.
Warning
If this method changes anything in self.info it must call
save()
afterwards.Warning
If your are going to do any modifications (such as creating, modifying, moving, removing this object) this method must be called directly after the constructor and before modifying any property.
univention.admin.handlers.dhcp.server module¶
UDM module for DHCP servers
univention.admin.handlers.dhcp.service module¶
UDM module for DHCP services
- class univention.admin.handlers.dhcp.service.object(co, lo, position, dn='', superordinate=None, attributes=[])[source]¶
Bases:
univention.admin.handlers.dhcp.__common.DHCPBase
- module = 'dhcp/service'¶
univention.admin.handlers.dhcp.subnet module¶
UDM module for DHCP subnets
- class univention.admin.handlers.dhcp.subnet.object(co, lo, position, dn='', superordinate=None, attributes=None)[source]¶
Bases:
univention.admin.handlers.dhcp.__common.DHCPBaseSubnet
- module = 'dhcp/subnet'¶