|
||||||||
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 | |
---|---|
java.lang.Boolean |
currentlyAttached
Reflects whether the virtual device is currently connected to a physical device |
java.lang.String |
device
Order in which the devices are plugged into the VM |
GPUGroup |
GPUGroup
GPU group used by the vGPU |
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration |
PGPU |
residentOn
The PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview. |
VGPUType |
type
Preset type for this VGPU First published in XenServer 6.2 SP1 Tech-Preview. |
java.lang.String |
uuid
Unique identifier/object reference |
VM |
VM
VM that owns the vGPU |
Constructor Summary | |
---|---|
VGPU.Record()
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a VGPU.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 VM VM
public GPUGroup GPUGroup
public java.lang.String device
public java.lang.Boolean currentlyAttached
public java.util.Map<java.lang.String,java.lang.String> otherConfig
public VGPUType type
public PGPU residentOn
Constructor Detail |
---|
public VGPU.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 |