HostGraphicsInfo

HostGraphicsInfo
HostGraphicsInfo

This data object type describes information about a single graphics device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceName": "string",
    "vendorName": "string",
    "pciId": "string",
    "graphicsType": "string",
    "memorySizeInKB": 0,
    "vm": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
string
deviceName
Required

The device name.

string
vendorName
Required

The vendor name.

string
pciId
Required

PCI ID of this device composed of "bus:slot.function".

string
graphicsType
Required

Graphics type (@see GraphicsType).

integer As int64 As int64
memorySizeInKB
Required

Memory capacity of graphics device or zero if not available.

vm
Optional

Virtual machines using this graphics device.