VmGuestFilesystemFilesMoveRequestBody
This is a request body class for an operation.
Properties
string
new_path
Required
The complete path to the new file. It cannot be a path to an existing directory.
string
path
Required
The complete path to the original file or symbolic link to be moved.
boolean
overwrite
Optional
If true, the destination file is overwritten. If unset, the destination file is not overwritten.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"new_path": "string",
"path": "string"
}