ShutdownActionSettings
Recovery settings related to power off of a VM.
{
"skip_shutdown_guest": false,
"timeout_seconds": 0
}
Configure the shutdown behavior for this workload during real recovery to not attempt a guest shutdown, even if VMware Tools is enabled.
If this value is false and VMware Tools is installed, the workload is issued a guest shutdown during recovery. If this value is true or VMware Tools is not installed, the workload is powered off.
Configure the timeout for guest shutdown operations for this VM. After guest shutdown, wait for the specified number of seconds before forcibly powering off the VM. This delay is intended to give the application hosted by the VM time to finish gracefully shutting down.
The value is in seconds. If not set, the application default value is used.