models.removal_reason_node_enum module

class models.removal_reason_node_enum.RemovalReasonNodeEnum[source]

Bases: object

Implementation of the ‘RemovalReason_Node’ enum.

TODO: type enum description here.

Attributes:

KAUTOHEALTHCHECK: TODO: type description here. KUSERGRACEFULREMOVAL: TODO: type description here. KUSERAVOIDACCESS: TODO: type description here. KUSERGRACEFULNODEREMOVAL: TODO: type description here. KUSERREMOVEDOWNNODE: TODO: type description here.

KAUTOHEALTHCHECK = 'kAutoHealthCheck'
KUSERAVOIDACCESS = 'kUserAvoidAccess'
KUSERGRACEFULNODEREMOVAL = 'kUserGracefulNodeRemoval'
KUSERGRACEFULREMOVAL = 'kUserGracefulRemoval'
KUSERREMOVEDOWNNODE = 'kUserRemoveDownNode'