com.xensource.xenapi
public static class VGPU.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
VGPU.Record() |
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
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