Uses of Class
io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.DeviceInfo
-
Packages that use DeviceInfo Package Description io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 -
-
Uses of DeviceInfo in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 that return DeviceInfo Modifier and Type Method Description DeviceInfoDeviceInfoBuilder. build()DeviceInfoNetworkStatusFluent. buildDeviceInfo()DeviceInfoNetworkStatus. getDeviceInfo()NetworkStatus is for network status annotation for podMethods in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type DeviceInfo Modifier and Type Method Description protected voidDeviceInfoFluent. copyInstance(DeviceInfo instance)NetworkStatusFluent.DeviceInfoNested<A>NetworkStatusFluent. editOrNewDeviceInfoLike(DeviceInfo item)voidNetworkStatus. setDeviceInfo(DeviceInfo deviceInfo)NetworkStatus is for network status annotation for podANetworkStatusFluent. withDeviceInfo(DeviceInfo deviceInfo)NetworkStatusFluent.DeviceInfoNested<A>NetworkStatusFluent. withNewDeviceInfoLike(DeviceInfo item)Constructors in io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1 with parameters of type DeviceInfo Constructor Description DeviceInfoBuilder(DeviceInfo instance)DeviceInfoBuilder(DeviceInfoFluent<?> fluent, DeviceInfo instance)DeviceInfoFluent(DeviceInfo instance)NetworkStatus(Boolean _default, DeviceInfo deviceInfo, DNS dns, List<String> gateway, String _interface, List<String> ips, String mac, Integer mtu, String name)
-