For device interfaces you can go with numbered devices, like 5,11, 100, 200... Or you can go with alpha-numeric name, such as WANdevice1, LANdevice2. If you are using alpha-numeric characters make sure you don't go over the 12 char limit imposed or will get the following validation error:
name; Must contain only alphanumeric characters or any of the following: _ - Length must be less than or equal to 12
I also add the corresponding Linux device name in the description field for my own convenience purposes, such as eth0 or enp1s0 or eno2, etc.
For network interfaces, name length is not limited to 12. So, I use names like WANinterface3, BackupLTEinterface-1, and so forth. The more descriptive the better in my view.