Skip to content

Commit

Permalink
Add new FullPowerCycle ResetType (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
pereztr5 authored Jan 15, 2025
1 parent fecdc11 commit 47866ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redfish/computersystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ const (
ForceOffResetType ResetType = "ForceOff"
// ForceRestartResetType shall be used to restart the machine without wait the OS to shutdown
ForceRestartResetType ResetType = "ForceRestart"
// FullPowerCycleResetType shall be used to perform an AC power cycle
FullPowerCycleResetType
// GracefulRestartResetType shall be used to restart the machine waiting the OS shutdown gracefully
GracefulRestartResetType ResetType = "GracefulRestart"
// GracefulShutdownResetType shall be used to restart the machine waiting the OS shutdown gracefully
Expand Down

0 comments on commit 47866ef

Please sign in to comment.