ReconfigureAutostartRequestType

ReconfigureAutostartRequestType
ReconfigureAutostartRequestType

The parameters of ReconfigureAutostart.

JSON Example
{
    "spec": {
        "_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"
            }
        ]
    }
}
spec
Required

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