HostAutoStartManagerConfig

HostAutoStartManagerConfig
HostAutoStartManagerConfig

Contains the entire auto-start/auto-stop configuration.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "defaults": {
        "_typeName": "string",
        "enabled": false,
        "startDelay": 0,
        "stopDelay": 0,
        "waitForHeartbeat": false,
        "stopAction": "string"
    },
    "powerInfo": [
        {
            "_typeName": "string",
            "key": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "startOrder": 0,
            "startDelay": 0,
            "waitForHeartbeat": "string",
            "startAction": "string",
            "stopDelay": 0,
            "stopAction": "string"
        }
    ]
}
defaults
Optional

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

powerInfo
Optional

Lists the auto-start/auto-stop configuration.

If a virtual machine is not mentioned in this array, it does not participate in auto-start/auto-stop operations.