|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.VGPU.Record
public static class VGPU.Record
Represents all the fields in a VGPU
Field Summary | |
---|---|
Boolean |
currentlyAttached
Reflects whether the virtual device is currently connected to a physical device |
String |
device
Order in which the devices are plugged into the VM |
GPUGroup |
GPUGroup
GPU group used by the vGPU |
Map<String,String> |
otherConfig
Additional configuration |
String |
uuid
Unique identifier/object reference |
VM |
VM
VM that owns the vGPU |
Constructor Summary | |
---|---|
VGPU.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a VGPU.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 VM VM
public GPUGroup GPUGroup
public String device
public Boolean currentlyAttached
public Map<String,String> otherConfig
Constructor Detail |
---|
public VGPU.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 |