public static class VGPU.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
compatibilityMetadata
VGPU metadata to determine whether a VGPU can migrate between two PGPUs
First published in XenServer 7.3.
|
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
|
java.lang.String |
extraArgs
Extra arguments for vGPU and passed to demu
First published in Citrix Hypervisor 8.1.
|
GPUGroup |
GPUGroup
GPU group used by the vGPU
|
java.util.Map<java.lang.String,java.lang.String> |
otherConfig
Additional configuration
|
PCI |
PCI
Device passed trough to VM, either as full device or SR-IOV virtual function
First published in Citrix Hypervisor 8.1.
|
PGPU |
residentOn
The PGPU on which this VGPU is running
First published in XenServer 6.2 SP1 Tech-Preview.
|
PGPU |
scheduledToBeResidentOn
The PGPU on which this VGPU is scheduled to run
First published in XenServer 7.0.
|
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 |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a VGPU.Record to a Map
|
java.lang.String |
toString() |
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 PGPU scheduledToBeResidentOn
public java.util.Map<java.lang.String,java.lang.String> compatibilityMetadata
public java.lang.String extraArgs
public PCI PCI
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