AutoStartDefaults

AutoStartDefaults
AutoStartDefaults

Defines the system default auto-start/auto-stop values.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "startDelay": 0,
    "stopDelay": 0,
    "waitForHeartbeat": false,
    "stopAction": "string"
}
boolean
enabled
Optional

Indicates whether or not auto-start manager is enabled.

integer As int32 As int32
startDelay
Optional

System-default autoStart delay in seconds.

The default is 120 seconds.

integer As int32 As int32
stopDelay
Optional

System-default autoStop delay in seconds.

The default is 120 seconds.

boolean
waitForHeartbeat
Optional

System-default waitForHeartbeat setting.

string
stopAction
Optional

System-default power-off action.

Used if the stopAction string in the AutoPowerInfo object for a particular machine is set to systemDefault. If stopAction and startAction for a virtual machine are both set to none, that virtual machine is removed from the AutoStart sequence.