From a962a6ce68e7ab17eb57f10c10e58a1a3efd5bf3 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Thu, 16 Mar 2017 10:58:32 +0100 Subject: [PATCH] Fix guest os state According to the code, guest os not running state is : "notRunning" ```python CreateEnumType("vim.vm.GuestInfo.GuestState", "VirtualMachineGuestState", "vim.version.version1", ["running", "shuttingDown", "resetting", "standby", "notRunning", "unknown"]) ``` --- docs/vim/vm/GuestInfo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vim/vm/GuestInfo.rst b/docs/vim/vm/GuestInfo.rst index c71a703..1b80465 100644 --- a/docs/vim/vm/GuestInfo.rst +++ b/docs/vim/vm/GuestInfo.rst @@ -84,7 +84,7 @@ Attributes: * "shuttingdown" - Guest has a pending shutdown command. * "resetting" - Guest has a pending reset command. * "standby" - Guest has a pending standby command. - * "notrunning" - Guest is not running. + * "notRunning" - Guest is not running. * "unknown" - Guest information is not available. * appHeartbeatStatus (`str`_, optional):