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:
parent
73da908ed1
commit
a962a6ce68
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user