|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.GPUGroup.Record
public static class GPUGroup.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. |
java.util.Set<VGPUType> |
enabledVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1. |
java.util.Set<java.lang.String> |
GPUTypes
List of GPU types (vendor+device ID) that can be in this group |
java.lang.String |
nameDescription
a notes field containing human-readable description |
java.lang.String |
nameLabel
a human-readable name |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration |
java.util.Set<PGPU> |
PGPUs
List of pGPUs in the group |
java.util.Set<VGPUType> |
supportedVGPUTypes
vGPU types supported on at least one of the pGPUs in this group First published in XenServer 6.2 SP1. |
java.lang.String |
uuid
Unique identifier/object reference |
java.util.Set<VGPU> |
VGPUs
List of vGPUs using the group |
Constructor Summary | |
---|---|
GPUGroup.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a GPU_group.Record to a Map |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.util.Set<PGPU> PGPUs
public java.util.Set<VGPU> VGPUs
public java.util.Set<java.lang.String> GPUTypes
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public Types.AllocationAlgorithm allocationAlgorithm
public java.util.Set<VGPUType> supportedVGPUTypes
public java.util.Set<VGPUType> enabledVGPUTypes
Constructor Detail |
---|
public GPUGroup.Record()
Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |