SddcDatastoreSpec
SddcDatastoreSpec
This specification contains cluster storage configuration
JSON Example
{
"nfsDatastoreSpec": {
"datastoreName": "string",
"nasVolume": {
"serverName": [
"string"
],
"path": "string",
"readOnly": false,
"userTag": "string",
"enableBindToVmknic": false
}
},
"vmfsDatastoreSpec": {
"fcSpec": [
{
"datastoreName": "string"
}
]
},
"vsanSpec": {
"datastoreName": "string",
"vsanDedup": false,
"esaConfig": {
"enabled": false
},
"failuresToTolerate": 3
},
"existingDatastoreName": "string"
}
nfsDatastoreSpec
Optional
This specification contains cluster storage configuration for NFS
string
existingDatastoreName
Optional
Name of an existing datastore that is to be used when converting an existing environment.