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