VmGuestFilesystemDirectoriesCreateTemporaryRequestBody
This is a request body class for an operation.
Properties
string
prefix
Required
The prefix to be given to the new temporary directory.
string
suffix
Required
The suffix to be given to the new temporary directory.
string
parent_path
Optional
The complete path to the directory in which to create the new directory. Directory If unset a guest-specific default will be used.
JSON Example
{
"credentials": {
"interactive_session": false,
"type": "USERNAME_PASSWORD"
},
"prefix": "string",
"suffix": "string"
}