HostGraphicsConfig

HostGraphicsConfig
HostGraphicsConfig

Data object used for graphics configuration

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostDefaultGraphicsType": "string",
    "sharedPassthruAssignmentPolicy": "string",
    "deviceType": [
        {
            "_typeName": "string",
            "deviceId": "string",
            "graphicsType": "string",
            "vgpuMode": "string"
        }
    ]
}
string
hostDefaultGraphicsType
Required

The host default graphics type.

See HostGraphicsConfigGraphicsTypeEnum for list of supported values. This default value can be overridden by specifying graphics type for an individual device. If host supports a single graphics type, specifying an individual graphics device is optional.

string
sharedPassthruAssignmentPolicy
Required

The policy for assigning shared passthrough VMs to a host graphics device.

See HostGraphicsConfigSharedPassthruAssignmentPolicyEnum for list of supported values.

deviceType
Optional

Graphics devices and their associated type.