VsanDatastoreSpec
This specification contains cluster storage configuration for vSAN
{
"datastoreName": "string",
"failuresToTolerate": 0,
"licenseKey": "string",
"dedupAndCompressionEnabled": false,
"esaConfig": {
"enabled": false,
"vsanMaxConfig": {
"enableVsanMax": false,
"enableVsanExternalNetwork": false
}
},
"encryptionConfig": {
"dataInTransitConfig": {
"enable": false,
"rekeyInterval": 0
}
}
}
Datastore name used for cluster creation. This field is optional in case of management domain deployment (datastore name will be auto-generated) but it is required for all Day-N operations
Number of vSphere host failures to tolerate in the vSAN cluster. This field is required for vSAN OSA configuration.
License key for the vSAN data store to be applied in vCenter
Enable vSAN deduplication and compression. This features is only available for clusters in which the hosts are all-flash
This specification contains encryption configuration for vSAN enabled clusters