class documentation

class subnet_type(Enum):

View In Hierarchy

Different types of subnets that KEA can handle. This is used to determine the type of pool to use and the commands to run on the server.

Class Variable none Undocumented
Class Variable pd Undocumented
Class Variable v4 Undocumented
Class Variable v6 Undocumented
none =

Undocumented

pd: str =

Undocumented

v4: str =

Undocumented

v6: str =

Undocumented