CreateNasDatastoreRequestType
CreateNasDatastoreRequestType
The parameters of CreateNasDatastore.
JSON Example
{
"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
}
}
spec
Required
The specification for creating a network-attached storage volume.