AssetCategory
Asset category types.
Defined in
This enumeration is defined in the asset_provider.proto
file.
Syntax
enum AssetCategory
{
Unused = 0;
ScadaHmi = 17;
Rpa = 18;
Server = 19;
Workstation = 20;
Plc = 21;
EngineeringStation = 22;
MobileDevice = 23;
NetworkDevice = 24;
Other = 25;
}
Fields
This enumeration defines the following values.
AssetCategory
message fields
Name |
Value |
Description |
---|---|---|
|
0 |
This value is returned when an asset doesn't have a specified category. |
|
17 |
Computers with installed software for human-machine interface (HMI) systems or SCADA systems. |
|
18 |
Intelligent electronic device (IED). |
|
19 |
Devices with server software installed. |
|
20 |
Desktop personal computers or operator workstations. |
|
21 |
Programmable logic controllers. |
|
22 |
Computers with installed software to be used by ICS engineers. |
|
23 |
Portable electronic devices with computer functionality. |
|
24 |
Network equipment (for example, routers, switches). |
|
25 |
Devices that do not fall into the categories described above. |