ShutdownRebootRequestBody
This is a request body class for an operation.
Properties
integer as int64
delay
Required
Minutes after which reboot should start. If 0 is specified, reboot will start immediately.
string
reason
Required
Reason for peforming reboot.
JSON Example
{
"delay": 0,
"reason": "string"
}