Uses of Class
com.xensource.xenapi.PCI
-
Uses of PCI in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PCIModifier and TypeFieldDescriptionPGPU.Record.PCI
Link to underlying PCI devicePIF.Record.PCI
Link to underlying PCI device First published in XenServer 7.5.VGPU.Record.PCI
Device passed trough to VM, either as full device or SR-IOV virtual function First published in Citrix Hypervisor 8.1.Fields in com.xensource.xenapi with type parameters of type PCIModifier and TypeFieldDescriptionVM.Record.attachedPCIs
Currently passed-through PCI devices First published in XenServer 6.0.PCI.Record.dependencies
List of dependent PCI devicesHost.Record.PCIs
List of PCI devices in the host First published in XenServer 6.0.Methods in com.xensource.xenapi that return PCIModifier and TypeMethodDescriptionstatic PCI
PCI.getByUuid
(Connection c, String uuid) Get a reference to the PCI instance with the specified UUID.PGPU.getPCI
(Connection c) Get the PCI field of the given PGPU.PIF.getPCI
(Connection c) Get the PCI field of the given PIF.VGPU.getPCI
(Connection c) Get the PCI field of the given VGPU.static PCI
Types.toPCI
(Task task, Connection connection) static PCI
Methods in com.xensource.xenapi that return types with arguments of type PCIModifier and TypeMethodDescriptionPCI.getAll
(Connection c) Return a list of all the PCIs known to the system.static Map<PCI,
PCI.Record> PCI.getAllRecords
(Connection c) Return a map of PCI references to PCI records for all PCIs known to the system.VM.getAttachedPCIs
(Connection c) Get the attached_PCIs field of the given VM.PCI.getDependencies
(Connection c) Get the dependencies field of the given PCI.Host.getPCIs
(Connection c) Get the PCIs field of the given host.static Map<PCI,
PCI.Record> Types.toMapOfPCIPCIRecord
(Object object) Types.toSetOfPCI
(Object object)