MoveDirectoryInGuestRequestType
MoveDirectoryInGuestRequestType
The parameters of MoveDirectoryInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"srcDirectoryPath": "string",
"dstDirectoryPath": "string"
}
vm
Required
Virtual Machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Modify
auth
Required
The guest authentication data. See GuestAuthentication.
string
srcDirectoryPath
Required
The complete path to the directory to be moved.
string
dstDirectoryPath
Required
The complete path to the where the directory is moved or its new name. It cannot be a path to an existing directory or an existing file.