class documentation
class AllocatorType(Enum):
Tells an allocator to give out IPs in a row (iterative) or randomly (randomized)
| Class Variable | iterative |
Gives out IPs in a row |
| Class Variable | none |
No allocator set |
| Class Variable | randomized |
Gives out IPs randomly |