Test Search vSphere Web Services API


Data Object - HostGraphicsInfo(vim.host.GraphicsInfo)

Property of
HostConfigInfo, HostGraphicsManager
Extends
DynamicData
See also
VirtualMachine
Since
vSphere API Release 5.5

Data Object Description

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

Properties

Name Type Description
deviceNamexsd:string

The device name.
graphicsTypexsd:string

Graphics type for this device. See GraphicsType for list of supported values.
memorySizeInKBxsd:long

Memory capacity of graphics device or zero if not available.
pciIdxsd:string

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

The vendor name.
vgpuMode*xsd:string

vGPU mode for this device. See VgpuMode for list of supported values. If vgpuMode is not set, it is treated as value "none".

Since vSphere API Release 8.0.3.0
vm*ManagedObjectReference[]
to a VirtualMachine[]

Virtual machines using this graphics device.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition