CreateTemporaryFileInGuestRequestType

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

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