VirtualMachineConsolePreferences
VirtualMachineConsolePreferences
Preferences for the legacy console application that affect the way it behaves during power operations on the virtual machine.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"powerOnWhenOpened": false,
"enterFullScreenOnPowerOn": false,
"closeOnPowerOffOrSuspend": false
}
boolean
powerOnWhenOpened
Optional
Power on the virtual machine when it is opened in the console.
boolean
enterFullScreenOnPowerOn
Optional
Enter full screen mode when this virtual machine is powered on.
boolean
closeOnPowerOffOrSuspend
Optional
Close the console application when the virtual machine is powered off or suspended.