VirtualVideoCardOption

VirtualVideoCardOption
VirtualVideoCardOption

This data object type contains the options for the VirtualVideoCard data object type.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "connectOption": {
        "_typeName": "string",
        "startConnected": {
            "_typeName": "string",
            "valueIsReadonly": false,
            "supported": false,
            "defaultValue": false
        },
        "allowGuestControl": {
            "_typeName": "string",
            "valueIsReadonly": false,
            "supported": false,
            "defaultValue": false
        }
    },
    "busSlotOption": {
        "_typeName": "string",
        "type": "string"
    },
    "controllerType": "string",
    "autoAssignController": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "backingOption": [
        {
            "_typeName": "string",
            "type": "string"
        }
    ],
    "defaultBackingOptionIndex": 0,
    "licensingLimit": [
        "string"
    ],
    "deprecated": false,
    "plugAndPlay": false,
    "hotRemoveSupported": false,
    "numaSupported": false,
    "videoRamSizeInKB": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "numDisplays": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "useAutoDetect": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "support3D": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "use3dRendererSupported": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    },
    "graphicsMemorySizeInKB": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "min": 0,
        "max": 0,
        "defaultValue": 0
    },
    "graphicsMemorySizeSupported": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "supported": false,
        "defaultValue": false
    }
}
videoRamSizeInKB
Optional

Minimum, maximum and default size of the video frame buffer.

numDisplays
Optional

Minimum, maximum and default value for the number of displays.

useAutoDetect
Optional

Flag to indicate whether the display settings of the host should be used to automatically determine the display settings of the virtual machine's video card.

support3D
Optional

Flag to indicate whether the virtual video card supports 3D functions.

use3dRendererSupported
Optional

Flag to indicate whether the virtual video card can specify how to render 3D graphics.

graphicsMemorySizeInKB
Optional

The minimum, maximum, and default values for graphics memory size.

graphicsMemorySizeSupported
Optional

Flag to indicate whether the virtual video card can specify the size of graphics memory.