Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.VdpaDevice
-
Packages that use VdpaDevice Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of VdpaDevice in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return VdpaDevice Modifier and Type Method Description VdpaDeviceVdpaDeviceBuilder. build()VdpaDeviceDeviceInfoFluent. buildVdpa()VdpaDeviceDeviceInfo. getVdpa()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 VdpaDevice Modifier and Type Method Description protected voidVdpaDeviceFluent. copyInstance(VdpaDevice instance)DeviceInfoFluent.VdpaNested<A>DeviceInfoFluent. editOrNewVdpaLike(VdpaDevice item)voidDeviceInfo. setVdpa(VdpaDevice vdpa)DeviceInfo contains the information of the device associated with this network (if any)DeviceInfoFluent.VdpaNested<A>DeviceInfoFluent. withNewVdpaLike(VdpaDevice item)ADeviceInfoFluent. withVdpa(VdpaDevice vdpa)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type VdpaDevice Constructor Description DeviceInfo(MemifDevice memif, PciDevice pci, String type, VdpaDevice vdpa, String version, VhostDevice vhostUser)VdpaDeviceBuilder(VdpaDevice instance)VdpaDeviceBuilder(VdpaDeviceFluent<?> fluent, VdpaDevice instance)VdpaDeviceFluent(VdpaDevice instance)
-