Uses of Class
kubevirt.io.V1Watchdog
-
Packages that use V1Watchdog Package Description kubevirt.io -
-
Uses of V1Watchdog in kubevirt.io
Fields in kubevirt.io declared as V1Watchdog Modifier and Type Field Description private V1Watchdog
V1Devices. watchdog
Methods in kubevirt.io that return V1Watchdog Modifier and Type Method Description V1Watchdog
V1Devices. getWatchdog()
Watchdog describes a watchdog device which can be added to the vmi.V1Watchdog
V1Watchdog. i6300esb(V1I6300ESBWatchdog i6300esb)
V1Watchdog
V1Watchdog. name(java.lang.String name)
Methods in kubevirt.io with parameters of type V1Watchdog Modifier and Type Method Description void
V1Devices. setWatchdog(V1Watchdog watchdog)
V1Devices
V1Devices. watchdog(V1Watchdog watchdog)
-