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.residentOnThe PGPU on which this VGPU is running First published in XenServer 6.2 SP1 Tech-Preview.VGPU.Record.scheduledToBeResidentOnThe 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.enabledOnPGPUsList of PGPUs that have this VGPU type enabledGPUGroup.Record.PGPUsList of pGPUs in the groupHost.Record.PGPUsList of physical GPUs in the host First published in XenServer 6.0.VGPUType.Record.supportedOnPGPUsList of PGPUs that support this VGPU typeMethods in com.xensource.xenapi that return PGPUModifier and TypeMethodDescriptionstatic PGPUPGPU.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 PGPUTypes.toPGPU(Task task, Connection connection) static PGPUDeprecated.this method will not be publicly exposed in future releases of this package.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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPGPU(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.