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"
}
]
}
array of AutoStartPowerInfo
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.