models.allocation_method_enum module

class models.allocation_method_enum.AllocationMethodEnum[source]

Bases: object

Implementation of the ‘AllocationMethod’ enum.

Specifies the enum for IP allocation method. ‘kUnknownAllocMethod’ indicates allocation method is unknown. ‘kStaticAllocMethod’ indicates static allocation method for IP addresses. ‘kDynamicAllocMethod’ indicates dynamic allocation method for IP addresses.

Attributes:

KUNKNOWNALLOCMETHOD: TODO: type description here. KSTATICALLOCMETHOD: TODO: type description here. KDYNAMICALLOCMETHOD: TODO: type description here.

KDYNAMICALLOCMETHOD = 'kDynamicAllocMethod'
KSTATICALLOCMETHOD = 'kStaticAllocMethod'
KUNKNOWNALLOCMETHOD = 'kUnknownAllocMethod'