
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
37 lines
1.1 KiB
ReStructuredText
37 lines
1.1 KiB
ReStructuredText
.. _vim.Task: ../../../vim/Task.rst
|
|
|
|
.. _vSphere API 5.0: ../../../vim/version.rst#vimversionversion7
|
|
|
|
.. _vim.vm.guest.FileManager: ../../../vim/vm/guest/FileManager.rst
|
|
|
|
.. _vim.vm.guest.AuthManager: ../../../vim/vm/guest/AuthManager.rst
|
|
|
|
.. _vim.vm.guest.ProcessManager: ../../../vim/vm/guest/ProcessManager.rst
|
|
|
|
|
|
vim.vm.guest.GuestOperationsManager
|
|
===================================
|
|
GuestOperationsManager is the managed object that provides APIs to manipulate the guest operating system files and process. Each class of APIs is separated into its own manager.
|
|
|
|
|
|
:since: `vSphere API 5.0`_
|
|
|
|
|
|
Attributes
|
|
----------
|
|
authManager (`vim.vm.guest.AuthManager`_):
|
|
privilege: System.Anonymous
|
|
A singleton managed object that provides methods for guest authentication operations.
|
|
fileManager (`vim.vm.guest.FileManager`_):
|
|
privilege: System.Anonymous
|
|
A singleton managed object that provides methods for guest file operations.
|
|
processManager (`vim.vm.guest.ProcessManager`_):
|
|
privilege: System.Anonymous
|
|
A singleton managed object that provides methods for guest process operations.
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|