[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

ShutdownActionSettings

Recovery settings related to power off of a VM.


Properties

integer as int32
timeout_seconds Required

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.


boolean
skip_shutdown_guest Optional

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.

JSON Example

{
	"timeout_seconds": 0
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

VmRecoverySettings
VmRecoverySettingsSpec

Feedback

Was this page helpful?