vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
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 | 
|---|---|---|
| deviceName | xsd:string | 
         The device name.
       | 
| graphicsType | xsd:string | 
         Graphics type for this device. See GraphicsType for list
 of supported values.
       | 
| memorySizeInKB | xsd:long | 
         Memory capacity of graphics device or zero if not available.
       | 
| pciId | xsd:string | 
         PCI ID of this device composed of "bus:slot.function".
       | 
| vendorName | xsd: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 | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |