|
||||||||
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 | |
---|---|
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 |
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 |
---|
public String uuid
public String nameLabel
public String nameDescription
public Set<PGPU> PGPUs
public Set<VGPU> VGPUs
public Set<String> GPUTypes
public Map<String,String> otherConfig
Constructor Detail |
---|
public GPUGroup.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public 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 |