com.xensource.xenapi
Class GPUGroup.Record

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

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

Represents all the fields in a GPUGroup


Field Summary
 Types.AllocationAlgorithm allocationAlgorithm
          Current allocation of vGPUs to pGPUs for this group First published in XenServer 6.2 SP1 Tech-Preview.
 Set<VGPUType> enabledVGPUTypes
          vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.
 Set<String> GPUTypes
          List of GPU types (vendor+device ID) that can be in this group
 String nameDescription
          a notes field containing human-readable description
 String nameLabel
          a human-readable name
 Map<String,String> otherConfig
          Additional configuration
 Set<PGPU> PGPUs
          List of pGPUs in the group
 Set<VGPUType> supportedVGPUTypes
          vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.
 String uuid
          Unique identifier/object reference
 Set<VGPU> VGPUs
          List of vGPUs using the group
 
Constructor Summary
GPUGroup.Record()
           
 
Method Summary
 Map<String,Object> toMap()
          Convert a GPU_group.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


nameLabel

public String nameLabel
a human-readable name


nameDescription

public String nameDescription
a notes field containing human-readable description


PGPUs

public Set<PGPU> PGPUs
List of pGPUs in the group


VGPUs

public Set<VGPU> VGPUs
List of vGPUs using the group


GPUTypes

public Set<String> GPUTypes
List of GPU types (vendor+device ID) that can be in this group


otherConfig

public Map<String,String> otherConfig
Additional configuration


allocationAlgorithm

public Types.AllocationAlgorithm allocationAlgorithm
Current allocation of vGPUs to pGPUs for this group First published in XenServer 6.2 SP1 Tech-Preview.


supportedVGPUTypes

public Set<VGPUType> supportedVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.


enabledVGPUTypes

public Set<VGPUType> enabledVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1.

Constructor Detail

GPUGroup.Record

public GPUGroup.Record()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toMap

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

Specified by:
toMap in interface Types.Record