MoveFileInGuestRequestType

MoveFileInGuestRequestType
MoveFileInGuestRequestType

The parameters of MoveFileInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "srcFilePath": "string",
    "dstFilePath": "string",
    "overwrite": false
}
vm
Required

Virtual Machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Modify

auth
Required

The guest authentication data. See GuestAuthentication.

string
srcFilePath
Required

The complete path to the original file or symbolic link to be moved.

string
dstFilePath
Required

The complete path to the where the file is renamed. It cannot be a path to an existing directory.

boolean
overwrite
Required

If set, the destination file is clobbered.