Interface HostService.UpgradeRequest

    • Method Detail

      • image

        HostService.UpgradeRequest image​(String image)
        This property is no longer relevant, since Vintage Node is no longer supported, and has been deprecated.
      • reboot

        HostService.UpgradeRequest reboot​(Boolean reboot)
        Indicates if the host should be rebooted after the upgrade. By default the host is rebooted. NOTE: This parameter is ignored for {hypervisor-name}, which is always rebooted after the upgrade.
      • timeout

        HostService.UpgradeRequest timeout​(Integer timeout)
        Upgrade timeout. The maximum time to wait for upgrade to finish in minutes. Default value is specified by `ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT` configration option.
      • timeout

        HostService.UpgradeRequest timeout​(Long timeout)
        Upgrade timeout. The maximum time to wait for upgrade to finish in minutes. Default value is specified by `ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT` configration option.
      • timeout

        HostService.UpgradeRequest timeout​(BigInteger timeout)
        Upgrade timeout. The maximum time to wait for upgrade to finish in minutes. Default value is specified by `ANSIBLE_PLAYBOOK_EXEC_DEFAULT_TIMEOUT` configration option.