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"])
```
This commit is contained in:
Nicolas Lamirault 2017-03-16 10:58:32 +01:00 committed by GitHub
parent 73da908ed1
commit a962a6ce68

View File

@ -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):