CreateTemporaryFileInGuestRequestType
CreateTemporaryFileInGuestRequestType
The parameters of CreateTemporaryFileInGuest.
JSON Example
{
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"auth": {
"_typeName": "string",
"interactiveSession": false
},
"prefix": "string",
"suffix": "string",
"directoryPath": "string"
}
vm
Required
Virtual Machine to perform the operation on.
Required privileges: VirtualMachine.GuestOperations.Modify
auth
Required
The guest authentication data. See GuestAuthentication.
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
directoryPath
Optional
The complete path to the directory in which to create the file. If unset, or an empty string, a guest-specific location will be used.