Difference between revisions of "NXSL:NetObj"

From NetXMS Wiki
Jump to navigation Jump to search
(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)
|}

Revision as of 23:51, 21 April 2012

Represents NetXMS object (subnet, container, etc.)


Class Name

NetObj


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
type int32 Object type (class)