class documentation

class AllocatorType(Enum):

View In Hierarchy

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
iterative: str =

Gives out IPs in a row

none =

No allocator set

randomized: str =

Gives out IPs randomly