CreateDirectoryRequestType

CreateDirectoryRequestType
CreateDirectoryRequestType

The parameters of CreateDirectory.

JSON Example
{
    "datastore": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "displayName": "string",
    "policy": "string",
    "size": 0
}
datastore
Required

Reference to an instance of the Datastore managed object.

string
displayName
Optional

display name hint for the directory to create

string
policy
Optional

opaque storage policy to associate with the directory

integer As int64 As int64
size
Optional

directory size in MB on vvol/vsan backed object storage. default directory size will be used for vsan backed object storage if not set.

Since: vSphere API Release 7.0.2.0