com.xensource.xenapi
public static class PGPU.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
Types.PgpuDom0Access |
dom0Access
The accessibility of this device from dom0
First published in XenServer 6.5 SP1.
|
java.util.Set<VGPUType> |
enabledVGPUTypes
List of VGPU types which have been enabled for this PGPU
First published in XenServer 6.2 SP1 Tech-Preview.
|
GPUGroup |
GPUGroup
GPU group the pGPU is contained in
|
Host |
host
Host that own the GPU
|
java.lang.Boolean |
isSystemDisplayDevice
Is this device the system display device
First published in XenServer 6.5 SP1.
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration
|
PCI |
PCI
Link to underlying PCI device
|
java.util.Set<VGPU> |
residentVGPUs
List of VGPUs running on this PGPU
First published in XenServer 6.2 SP1 Tech-Preview.
|
java.util.Map<VGPUType,java.lang.Long> |
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.
|
java.util.Set<VGPUType> |
supportedVGPUTypes
List of VGPU types supported by the underlying hardware
First published in XenServer 6.2 SP1 Tech-Preview.
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
PGPU.Record() |
public java.lang.String uuid
public PCI PCI
public GPUGroup GPUGroup
public Host host
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public java.util.Set<VGPUType> supportedVGPUTypes
public java.util.Set<VGPUType> enabledVGPUTypes
public java.util.Set<VGPU> residentVGPUs
public java.util.Map<VGPUType,java.lang.Long> supportedVGPUMaxCapacities
public Types.PgpuDom0Access dom0Access
public java.lang.Boolean isSystemDisplayDevice
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record