|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.PGPU.Record
public static class PGPU.Record
Represents all the fields in a PGPU
| Field Summary | |
|---|---|
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 |
Map<String,String> |
otherConfig
Additional configuration |
PCI |
PCI
Link to underlying PCI device |
Set<VGPU> |
residentVGPUs
List of VGPUs running on this PGPU First published in XenServer 6.2 SP1 Tech-Preview. |
Map<VGPUType,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. |
Set<VGPUType> |
supportedVGPUTypes
List of VGPU types supported by the underlying hardware First published in XenServer 6.2 SP1 Tech-Preview. |
String |
uuid
Unique identifier/object reference |
| Constructor Summary | |
|---|---|
PGPU.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a PGPU.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public PCI PCI
public GPUGroup GPUGroup
public Host host
public Map<String,String> otherConfig
public Set<VGPUType> supportedVGPUTypes
public Set<VGPUType> enabledVGPUTypes
public Set<VGPU> residentVGPUs
public Map<VGPUType,Long> supportedVGPUMaxCapacities
| Constructor Detail |
|---|
public PGPU.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||