Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.PciDevice
-
Packages that use PciDevice Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of PciDevice in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return PciDevice Modifier and Type Method Description PciDevicePciDeviceBuilder. build()PciDeviceDeviceInfoFluent. buildPci()PciDeviceDeviceInfo. getPci()DeviceInfo contains the information of the device associated with this network (if any)Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type PciDevice Modifier and Type Method Description protected voidPciDeviceFluent. copyInstance(PciDevice instance)DeviceInfoFluent.PciNested<A>DeviceInfoFluent. editOrNewPciLike(PciDevice item)voidDeviceInfo. setPci(PciDevice pci)DeviceInfo contains the information of the device associated with this network (if any)DeviceInfoFluent.PciNested<A>DeviceInfoFluent. withNewPciLike(PciDevice item)ADeviceInfoFluent. withPci(PciDevice pci)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type PciDevice Constructor Description DeviceInfo(MemifDevice memif, PciDevice pci, String type, VdpaDevice vdpa, String version, VhostDevice vhostUser)PciDeviceBuilder(PciDevice instance)PciDeviceBuilder(PciDeviceFluent<?> fluent, PciDevice instance)PciDeviceFluent(PciDevice instance)
-