MakeDirectoryRequestType

MakeDirectoryRequestType
MakeDirectoryRequestType

The parameters of MakeDirectory.

JSON Example
{
    "name": "string",
    "datacenter": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "createParentDirectories": false
}
string
name
Required

The name of the folder, either a URL or a datastore path referring to the folder to be created.

datacenter
Optional

Reference to an instance of the Datacenter managed object.

boolean
createParentDirectories
Optional

If true, any non-existent intermediate level folders will be created. If not specified, it is assumed to be false.