c442eb5bcb
Upgraded openapi generator version to 5.1.0 for the support of nullable values for optional fields; Added missing "Disabled" enum value to the BootSourceOverrideEnabled model in the openapi schema. Signed-off-by: James Gu <james.gu@att.com> Change-Id: Ia3e0b018be13079d2085ef61ed2e797bcfd25fd7
552 B
552 B
ResetType
Enum
-
ON
(value:"On"
) -
FORCE_OFF
(value:"ForceOff"
) -
GRACEFUL_SHUTDOWN
(value:"GracefulShutdown"
) -
GRACEFUL_RESTART
(value:"GracefulRestart"
) -
FORCE_RESTART
(value:"ForceRestart"
) -
NMI
(value:"Nmi"
) -
FORCE_ON
(value:"ForceOn"
) -
PUSH_POWER_BUTTON
(value:"PushPowerButton"
) -
POWER_CYCLE
(value:"PowerCycle"
)