Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - ModeInfo(vim.host.FileAccess.Modes)
- Extends
- DynamicData
- Since
- 2.0
Data Object Description
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.Properties
Name | Type | Description |
---|---|---|
admin* | xsd:string |
Can change permissions for a file.
|
browse* | xsd:string |
Can see the existence of a file.
|
full | xsd:string |
Can do anything to a file, including change permissions.
|
modify | xsd:string |
Can read and write a file.
|
read | xsd:string |
Can read a file.
|
use | xsd:string |
Can execute or operate a file or look inside a directory.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |