Interface VmWatchdogsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmWatchdogsService

    public static interface VmWatchdogsService.ListResponse
    extends Response
    The list of watchdogs of the virtual machine. The order of the returned list of watchdogs isn't guaranteed.
    • Method Detail

      • watchdogs

        List<Watchdog> watchdogs()
        The information about the watchdog. The information consists of `model` element, `action` element and the reference to the virtual machine. It may look like this: [source,xml] ---- poweroff i6300esb ----