Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.MemifDevice
-
Packages that use MemifDevice Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of MemifDevice in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return MemifDevice Modifier and Type Method Description MemifDeviceMemifDeviceBuilder. build()MemifDeviceDeviceInfoFluent. buildMemif()MemifDeviceDeviceInfo. getMemif()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 MemifDevice Modifier and Type Method Description protected voidMemifDeviceFluent. copyInstance(MemifDevice instance)DeviceInfoFluent.MemifNested<A>DeviceInfoFluent. editOrNewMemifLike(MemifDevice item)voidDeviceInfo. setMemif(MemifDevice memif)DeviceInfo contains the information of the device associated with this network (if any)ADeviceInfoFluent. withMemif(MemifDevice memif)DeviceInfoFluent.MemifNested<A>DeviceInfoFluent. withNewMemifLike(MemifDevice item)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type MemifDevice Constructor Description DeviceInfo(MemifDevice memif, PciDevice pci, String type, VdpaDevice vdpa, String version, VhostDevice vhostUser)MemifDeviceBuilder(MemifDevice instance)MemifDeviceBuilder(MemifDeviceFluent<?> fluent, MemifDevice instance)MemifDeviceFluent(MemifDevice instance)
-