 15f7be9a52
			
		
	
	15f7be9a52
	
	
	
		
			
			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
		
			
				
	
	
	
		
			799 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			799 B
		
	
	
	
	
	
	
	
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
- 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.