MakeDirectoryInGuestRequestType

MakeDirectoryInGuestRequestType
MakeDirectoryInGuestRequestType

The parameters of MakeDirectoryInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "directoryPath": "string",
    "createParentDirectories": false
}
vm
Required

Virtual Machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Modify

auth
Required

The guest authentication data. See GuestAuthentication.

string
directoryPath
Required

The complete path to the directory to be created.

boolean
createParentDirectories
Required

Whether any parent directories are to be created.