NasVolumeSpec

NasVolumeSpec
NasVolumeSpec

NAS configuration for NFS based cluster

JSON Example
{
    "serverName": [
        "string"
    ],
    "path": "string",
    "readOnly": false,
    "userTag": "string",
    "enableBindToVmknic": false
}
array of string
serverName
Required

NFS Server name used for cluster creation

string
path
Required

Shared directory path used for NFS based cluster creation

boolean
readOnly
Required

Readonly is used to identify whether to mount the directory as readOnly or not

string
userTag
Optional

User tag used to annotate NFS share

boolean
enableBindToVmknic
Optional

Indicates whether to bind the created NFS datastore to the VMkernel NIC created based on NFS Network Spec. This is to prevent unintentional flow of NFS traffic through any other VMkernel NIC, if such connectivity exists.

Property Of