models_v2.operation_enum module

class models_v2.operation_enum.OperationEnum[source]

Bases: object

Implementation of the ‘Operation’ enum.

The operation clould be poweroff, reboot.

Attributes:

POWEROFF: TODO: type description here. REBOOT: TODO: type description here.

POWEROFF = 'poweroff'
REBOOT = 'reboot'