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.PCILink to underlying PCI devicePIF.Record.PCILink to underlying PCI device First published in XenServer 7.5.VGPU.Record.PCIDevice 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.attachedPCIsCurrently passed-through PCI devices First published in XenServer 6.0.PCI.Record.dependenciesList of dependent PCI devicesHost.Record.PCIsList of PCI devices in the host First published in XenServer 6.0.Methods in com.xensource.xenapi that return PCIModifier and TypeMethodDescriptionstatic PCIPCI.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 PCITypes.toPCI(Task task, Connection connection) static PCIDeprecated.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 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPCI(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.