com.xensource.xenapi
Class PGPU.Record

java.lang.Object
  extended by com.xensource.xenapi.PGPU.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
PGPU

public static class PGPU.Record
extends Object
implements Types.Record

Represents all the fields in a PGPU


Field Summary
 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
 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

uuid

public String uuid
Unique identifier/object reference


PCI

public PCI PCI
Link to underlying PCI device


GPUGroup

public GPUGroup GPUGroup
GPU group the pGPU is contained in


host

public Host host
Host that own the GPU


otherConfig

public Map<String,String> otherConfig
Additional configuration

Constructor Detail

PGPU.Record

public PGPU.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

public Map<String,Object> toMap()
Convert a PGPU.Record to a Map

Specified by:
toMap in interface Types.Record