HostGraphicsConfigDeviceType

HostGraphicsConfigDeviceType
HostGraphicsConfigDeviceType

A particular graphics device with its associated type and mode.

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

Graphics device identifier (ex.

PCI ID).

string
graphicsType
Required

Graphics type for this device.

See HostGraphicsConfigGraphicsTypeEnum for list of supported values.

string
vgpuMode
Optional

vGPU mode for this device.

See HostGraphicsConfigVgpuModeEnum for list of supported values. If this value is unset, the mode remains unchanged.

Since: vSphere API Release 8.0.3.0