Hi,
Here is link to doc, which can help you to tag device as SSD based on your requirement.
Here is one example.
1.
esxcli storage nmp device list From above command decide which device need to be taged.
2.
esxcli storage nmp satp rule add --satp VMW_SATP_LOCAL --device naa.6xxxxxxxx --option enable_ssd
In my case I am using device naa.6xxxxxxxx
3. Unclaim the device
esxcli storage core claiming unclaim --type device --device naa.6xxxxxxxx
4. Reclaim the device
esxcli storage core claimrule load esxcli storage core claimrule run
Note : Some time you might need to reboot the host to get it working.
Regards
Mohammed