Difference between revisions of "NXSL:NewNode"

49 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "Represents newly discovered node object. Used by discovery filters. '''Class Name''' NewNode '''Attributes''' {| class="wikitable" |- ! Name !! Type !! Description |- | a...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Represents newly discovered node object. Used by discovery filters.
{{deprecated}}Represents newly discovered node object. Used by discovery filters.


'''Class Name'''
'''Class Name'''
Line 42: Line 42:
| subnet || string || IP subnet address (for example, for node with IP address 192.168.2.7 and network mask 255.255.255.0, this attribute will contain string 192.168.2.0)
| subnet || string || IP subnet address (for example, for node with IP address 192.168.2.7 and network mask 255.255.255.0, this attribute will contain string 192.168.2.0)
|}
|}
[[Category:NXSL Class Reference]]