Package com.xensource.xenapi
Class VGPU.Record
java.lang.Object
com.xensource.xenapi.VGPU.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- VGPU
Represents all the fields in a VGPU
-
Field Summary
FieldsModifier and TypeFieldDescriptionVGPU metadata to determine whether a VGPU can migrate between two PGPUs First published in XenServer 7.3.Reflects whether the virtual device is currently connected to a physical deviceOrder in which the devices are plugged into the VMExtra arguments for vGPU and passed to demu First published in Citrix Hypervisor 8.1.GPU group used by the vGPUAdditional configurationDevice passed trough to VM, either as full device or SR-IOV virtual function First published in Citrix Hypervisor 8.1.The PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview.The PGPU on which this VGPU is scheduled to run First published in XenServer 7.0.Preset type for this VGPU First published in XenServer 6.2 SP1 Tech-Preview.Unique identifier/object referenceVM that owns the vGPU -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
VM
VM that owns the vGPU -
GPUGroup
GPU group used by the vGPU -
device
Order in which the devices are plugged into the VM -
currentlyAttached
Reflects whether the virtual device is currently connected to a physical device -
otherConfig
Additional configuration -
type
Preset type for this VGPU First published in XenServer 6.2 SP1 Tech-Preview. -
residentOn
The PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview. -
scheduledToBeResidentOn
The PGPU on which this VGPU is scheduled to run First published in XenServer 7.0. -
compatibilityMetadata
VGPU metadata to determine whether a VGPU can migrate between two PGPUs First published in XenServer 7.3. -
extraArgs
Extra arguments for vGPU and passed to demu First published in Citrix Hypervisor 8.1. -
PCI
Device passed trough to VM, either as full device or SR-IOV virtual function First published in Citrix Hypervisor 8.1.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a VGPU.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-