VmGuestFilesystemDirectoriesMoveRequestBody
This is a request body class for an operation.
Properties
string
new_path
Required
The complete path to where the directory is moved or its new name. It cannot be a path to an existing directory or an existing file.
string
path
Required
The complete path to the directory to be moved.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"new_path": "string",
"path": "string"
}