VirtualMachineVgpuDeviceInfo

VirtualMachineVgpuDeviceInfo
VirtualMachineVgpuDeviceInfo

Description of PCI vGPU device and its capabilities.

Since: vSphere API Release 7.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "configurationTag": [
        "string"
    ],
    "deviceName": "string",
    "deviceVendorId": 0,
    "maxFbSizeInGib": 0,
    "timeSlicedCapable": false,
    "migCapable": false,
    "computeProfileCapable": false,
    "quadroProfileCapable": false
}
string
deviceName
Required

The vGPU device name.

integer As int64 As int64
deviceVendorId
Required

A well-known unique identifier for the device.

It concatenates the 16-bit PCI vendor id in lower bits followed by 16-bit PCI device id.

integer As int64 As int64
maxFbSizeInGib
Required

The maximum framebuffer size in gibibytes.

boolean
timeSlicedCapable
Required

Indicate whether device is time-sliced capable.

boolean
migCapable
Required

Indicate whether device is Multiple Instance GPU capable.

boolean
computeProfileCapable
Required

Indicate whether device is compute profile capable.

boolean
quadroProfileCapable
Required

Indicate whether device is quadro profile capable.

Availability
Added in vSphere API Release 7.0.3.0