AutoPatrol, Bureaucrats, Administrators
683
edits
(Created page with "Represents NetXMS object (subnet, container, etc.)") |
|||
Line 1: | Line 1: | ||
Represents NetXMS object (subnet, container, etc.) | Represents NetXMS object (subnet, container, etc.) | ||
'''Class Name''' | |||
NetObj | |||
'''Attributes''' | |||
{| class="wikitable" | |||
|- | |||
! Name !! Type !! Description | |||
|- | |||
| comments || string || Object's comments | |||
|- | |||
| id || uint32 || Object identifier | |||
|- | |||
| ipAddr || string || Primary IP address | |||
|- | |||
| name || string || Object name | |||
|- | |||
| status || int32 || Object status | |||
|- | |||
| type || int32 || Object type (class) | |||
|} |