appliance techpreview shutdown: shutdown config
shutdown_config
structure Structure that defines shutdown configuration.Representations:
{
"delay": 1,
"reason": "string"
}
"delay": 1,
"reason": "string"
}
<?xml version="1.0" ?>
<ns0:ShutdownConfig xmlns:ns0="http://vmware.com/appliance/techpreview/shutdown" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<reason>string</reason>
<delay>1</delay>
</ns0:ShutdownConfig>
<ns0:ShutdownConfig xmlns:ns0="http://vmware.com/appliance/techpreview/shutdown" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<reason>string</reason>
<delay>1</delay>
</ns0:ShutdownConfig>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
delay | long | Delay interval in minutes (optional). if you do not specify delay, then the shutdown starts immediately. |
reason | string | Reason for performing shutdown (required). |