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

The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.

numDisplays
Optional

The IntOption data object type is used to define the minimum, maximum, and default values for an integer option.

useAutoDetect
Optional

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

support3D
Optional

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

use3dRendererSupported
Optional

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.

graphicsMemorySizeInKB
Optional

The LongOption data object type is used to define the minimum, maximum, and default values for a 64-bit long option.

graphicsMemorySizeSupported
Optional

The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.