Package com.xensource.xenapi
Class PGPU.Record
java.lang.Object
com.xensource.xenapi.PGPU.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PGPU
Represents all the fields in a PGPU
-
Field Summary
FieldsModifier and TypeFieldDescriptionPGPU metadata to determine whether a VGPU can migrate between two PGPUs First published in XenServer 7.3.The accessibility of this device from dom0 First published in XenServer 6.5 SP1.List of VGPU types which have been enabled for this PGPU First published in XenServer 6.2 SP1 Tech-Preview.GPU group the pGPU is contained inHost that owns the GPUIs this device the system display device First published in XenServer 6.5 SP1.Additional configurationLink to underlying PCI deviceList of VGPUs running on this PGPU First published in XenServer 6.2 SP1 Tech-Preview.A map relating each VGPU type supported on this GPU to the maximum number of VGPUs of that type which can run simultaneously on this GPU First published in XenServer 6.2 SP1.List of VGPU types supported by the underlying hardware First published in XenServer 6.2 SP1 Tech-Preview.Unique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
PCI
Link to underlying PCI device -
GPUGroup
GPU group the pGPU is contained in -
host
Host that owns the GPU -
otherConfig
Additional configuration -
supportedVGPUTypes
List of VGPU types supported by the underlying hardware First published in XenServer 6.2 SP1 Tech-Preview. -
enabledVGPUTypes
List of VGPU types which have been enabled for this PGPU First published in XenServer 6.2 SP1 Tech-Preview. -
residentVGPUs
List of VGPUs running on this PGPU First published in XenServer 6.2 SP1 Tech-Preview. -
supportedVGPUMaxCapacities
A map relating each VGPU type supported on this GPU to the maximum number of VGPUs of that type which can run simultaneously on this GPU First published in XenServer 6.2 SP1. -
dom0Access
The accessibility of this device from dom0 First published in XenServer 6.5 SP1. -
isSystemDisplayDevice
Is this device the system display device First published in XenServer 6.5 SP1. -
compatibilityMetadata
PGPU metadata to determine whether a VGPU can migrate between two PGPUs First published in XenServer 7.3.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PGPU.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-