VirtualMachineVideoCard
The VirtualVideoCard data object type represents a video card in a virtual machine.
{
"_typeName": "string",
"key": 0,
"deviceInfo": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"backing": {
"_typeName": "string"
},
"connectable": {
"_typeName": "string",
"migrateConnect": "string",
"startConnected": false,
"allowGuestControl": false,
"connected": false,
"status": "string"
},
"slotInfo": {
"_typeName": "string"
},
"controllerKey": 0,
"unitNumber": 0,
"numaNode": 0,
"deviceGroupInfo": {
"_typeName": "string",
"groupInstanceKey": 0,
"sequenceId": 0
},
"videoRamSizeInKB": 0,
"numDisplays": 0,
"useAutoDetect": false,
"enable3DSupport": false,
"use3dRenderer": "string",
"graphicsMemorySizeInKB": 0
}
The size of the framebuffer for a virtual machine.
Indicates the number of supported monitors.
The number of displays X the maximum resolution of each display is bounded by the video RAM size of the virtual video card. This property can only be updated when the virtual machine is powered off.
Flag to indicate whether the display settings of the host on which the virtual machine is running should be used to automatically determine the display settings of the virtual machine's video card.
This setting takes effect at virtual machine power-on time. If this value is set to TRUE, numDisplays will be ignored.
Flag to indicate whether the virtual video card supports 3D functions.
This property can only be updated when the virtual machine is powered off.
Indicate how the virtual video device renders 3D graphics.
The virtual video device can use hardware acceleration and software rendering. By default, VMware products determine whether or not to use hardware acceleration based on the availability of physical graphics devices. Certain workloads can benefit from explicitly specifying if hardware acceleration is required. For example, 3D intensive workloads may indicate to run on systems with graphics hardware.
There are three settings.
(automatic) - The virtual device chooses how to render 3D graphics (default). (software) - The virtual device will use software rendering and will not attempt to use hardware acceleration. (hardware) - The virtual device will use hardware acceleration and will not activate without it.
The size of graphics memory.
If 3d support is enabled this setting gives the amount of guest memory used for graphics resources. This property can only be updated when the virtual machine is powered off.