Uses of Class
com.xensource.xenapi.PGPU
-
Uses of PGPU in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PGPUModifier and TypeFieldDescriptionVGPU.Record.residentOn
The PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview.VGPU.Record.scheduledToBeResidentOn
The PGPU on which this VGPU is scheduled to run First published in XenServer 7.0.Fields in com.xensource.xenapi with type parameters of type PGPUModifier and TypeFieldDescriptionVGPUType.Record.enabledOnPGPUs
List of PGPUs that have this VGPU type enabledGPUGroup.Record.PGPUs
List of pGPUs in the groupHost.Record.PGPUs
List of physical GPUs in the host First published in XenServer 6.0.VGPUType.Record.supportedOnPGPUs
List of PGPUs that support this VGPU typeMethods in com.xensource.xenapi that return PGPUModifier and TypeMethodDescriptionstatic PGPU
PGPU.getByUuid
(Connection c, String uuid) Get a reference to the PGPU instance with the specified UUID.VGPU.getResidentOn
(Connection c) Get the resident_on field of the given VGPU.VGPU.getScheduledToBeResidentOn
(Connection c) Get the scheduled_to_be_resident_on field of the given VGPU.static PGPU
Types.toPGPU
(Task task, Connection connection) static PGPU
Methods in com.xensource.xenapi that return types with arguments of type PGPUModifier and TypeMethodDescriptionPGPU.getAll
(Connection c) Return a list of all the PGPUs known to the system.static Map<PGPU,
PGPU.Record> PGPU.getAllRecords
(Connection c) Return a map of PGPU references to PGPU records for all PGPUs known to the system.VGPUType.getEnabledOnPGPUs
(Connection c) Get the enabled_on_PGPUs field of the given VGPU_type.GPUGroup.getPGPUs
(Connection c) Get the PGPUs field of the given GPU_group.Host.getPGPUs
(Connection c) Get the PGPUs field of the given host.VGPUType.getSupportedOnPGPUs
(Connection c) Get the supported_on_PGPUs field of the given VGPU_type.static Map<PGPU,
PGPU.Record> Types.toMapOfPGPUPGPURecord
(Object object) Types.toSetOfPGPU
(Object object)