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

Reference to an instance of the VirtualMachine managed object.

auth
Required

GuestAuthentication is an abstract base class for authentication in the guest.

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.