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",
"vgpuMode": "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 for this device.
See HostGraphicsInfoGraphicsTypeEnum for list of supported values.
string
vgpuMode
Optional
vGPU mode for this device.
See HostGraphicsInfoVgpuModeEnum for list of supported values. If vgpuMode is not set, it is treated as value "none".
Since: vSphere API Release 8.0.3.0
integer As int64 As int64
memorySizeInKB
Required
Memory capacity of graphics device or zero if not available.
Returned By