
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
30 lines
799 B
ReStructuredText
30 lines
799 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
|
|
vim.host.FileAccess.Modes
|
|
=========================
|
|
The FileAccess.Modes data object type defines the known access modes for a datastore. The property values specify how to interpret the "what" property for a FileAccess object.
|
|
:extends: vmodl.DynamicData_
|
|
|
|
Attributes:
|
|
browse (`str`_, optional):
|
|
|
|
Can see the existence of a file.
|
|
read (`str`_):
|
|
|
|
Can read a file.
|
|
modify (`str`_):
|
|
|
|
Can read and write a file.
|
|
use (`str`_):
|
|
|
|
Can execute or operate a file or look inside a directory.
|
|
admin (`str`_, optional):
|
|
|
|
Can change permissions for a file.
|
|
full (`str`_):
|
|
|
|
Can do anything to a file, including change permissions.
|