CnsVSANFileCreateSpec

CnsVSANFileCreateSpec
CnsVSANFileCreateSpec

Specification for vSAN file volume creation.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "softQuotaInMb": 0,
    "permission": [
        {
            "_typeName": "string",
            "ips": "string",
            "permissions": "string",
            "allowRoot": false
        }
    ]
}
integer As int64 As int64
softQuotaInMb
Optional

During creation this field specifies desired soft quota for file volume in MB.

When an existing file share is specified then this field will be ignored.

permission
Optional

The permission parameters set for this file share.

If this field is not set, then no user can access this file share.