DeleteDirectoryInGuestRequestType

DeleteDirectoryInGuestRequestType
DeleteDirectoryInGuestRequestType

The parameters of DeleteDirectoryInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "directoryPath": "string",
    "recursive": false
}
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
directoryPath
Required

The complete path to the directory to be deleted.

boolean
recursive
Required

If true, all subdirectories are also deleted. If false, the directory must be empty for the operation to succeed.