Difference between revisions of "NXSL:Node"
Jump to navigation
Jump to search
(Created page with "Represents NetXMS node object.") |
|||
| Line 1: | Line 1: | ||
Represents NetXMS node object. | Represents NetXMS node object. | ||
'''Class Name''' | |||
Node | |||
'''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 | |||
|} | |||
Revision as of 20:35, 9 June 2012
Represents NetXMS node object.
Class Name
Node
Attributes
| 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 |