HostNasVolumeConfig

HostNasVolumeConfig
HostNasVolumeConfig

This describes the NAS Volume configuration containing the configurable properties on a NAS Volume

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "changeOperation": "string",
    "spec": {
        "_typeName": "string",
        "remoteHost": "string",
        "remotePath": "string",
        "localPath": "string",
        "accessMode": "string",
        "type": "string",
        "userName": "string",
        "password": "string",
        "remoteHostNames": [
            "string"
        ],
        "securityType": "string",
        "vmknicToBind": "string",
        "vmknicBound": false,
        "connections": 0
    }
}
string
changeOperation
Optional

Indicates the change operation to apply on this configuration specification.

See also HostConfigChangeOperationEnum.

spec
Optional

The specification volume.