Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.VhostDevice
-
Packages that use VhostDevice Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of VhostDevice in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return VhostDevice Modifier and Type Method Description VhostDeviceVhostDeviceBuilder. build()VhostDeviceDeviceInfoFluent. buildVhostUser()VhostDeviceDeviceInfo. getVhostUser()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 VhostDevice Modifier and Type Method Description protected voidVhostDeviceFluent. copyInstance(VhostDevice instance)DeviceInfoFluent.VhostUserNested<A>DeviceInfoFluent. editOrNewVhostUserLike(VhostDevice item)voidDeviceInfo. setVhostUser(VhostDevice vhostUser)DeviceInfo contains the information of the device associated with this network (if any)DeviceInfoFluent.VhostUserNested<A>DeviceInfoFluent. withNewVhostUserLike(VhostDevice item)ADeviceInfoFluent. withVhostUser(VhostDevice vhostUser)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type VhostDevice Constructor Description DeviceInfo(MemifDevice memif, PciDevice pci, String type, VdpaDevice vdpa, String version, VhostDevice vhostUser)VhostDeviceBuilder(VhostDevice instance)VhostDeviceBuilder(VhostDeviceFluent<?> fluent, VhostDevice instance)VhostDeviceFluent(VhostDevice instance)
-