VmGuestFilesystemDirectoriesCreateRequestBody
This is a request body class for an operation.
Properties
string
path
Required
The complete path to the directory to be created.
boolean
create_parents
Optional
Whether any parent directories should be created. If any failure occurs, some parent directories could be left behind. If unset parent directories are not created.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"path": "string"
}