VmStartupInfo
VmStartupInfo
Represents information related to the StartupSection Info entry in VMware Cloud Director for a VM.
JSON Example
{
"order": 0,
"startAction": "powerOn",
"startDelay": 0,
"stopAction": "powerOff",
"stopDelay": 0
}
integer As int32 As int32
order
Optional
Boot order number of the VM.
string
startAction
Optional
Start action of the VM.
integer As int32 As int32
startDelay
Optional
Start delay for the VM in milliseconds.
string
stopAction
Optional
Stop action of the VM.
integer As int32 As int32
stopDelay
Optional
Stop delay for the VM in milliseconds.