Skip to content

Commit

Permalink
Fix guest os state
Browse files Browse the repository at this point in the history
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"])
```
  • Loading branch information
nlamirault committed Mar 16, 2017
1 parent 73da908 commit a962a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vim/vm/GuestInfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a962a6c

Please sign in to comment.