The mounting of a datastore on a runtime server.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
accessMode | string | element | 0/1 | The access mode of the host to this datastore; for example, readwrite. | |
datastore | ManagedObjectReference | element | 0/1 | Reference to the datastore for this host mount point. | |
path | string | element | 0/1 | The local file path where the file system is mounted; this path is from the host's perspective. | |
remoteId | string | element | 0/1 | Gets the remote id. | |
runtimeServer | ManagedObjectReference | element | 0/1 | Reference to the runtime server for this host mount point. |
Example
<w-----> <datastore xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </datastore> <runtimeServer xsitype="..."> <displayName>...</displayName> <type>...</type> <id>...</id> </runtimeServer> <path>...</path> <accessMode>...</accessMode> <remoteId>...</remoteId> </w----->