CreateTemporaryDirectoryInGuestRequestType

CreateTemporaryDirectoryInGuestRequestType
CreateTemporaryDirectoryInGuestRequestType

The parameters of CreateTemporaryDirectoryInGuest.

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 directory.

string
suffix
Required

The suffix to be given to the new temporary directory.

string
directoryPath
Optional

The complete path to the directory in which to create the new directory. If unset or an empty string, a guest-specific location will be used.