Difference between revisions of "NXSL:Zone"

From NetXMS Wiki
Jump to navigation Jump to search
(Specified attributes are inhereted from NetObj and fixed attributes)
Line 8: Line 8:


'''Attributes'''
'''Attributes'''
Inherits all attributes of the [[NXSL:NetObj|NetObj class]].


{| class="wikitable"
{| class="wikitable"
Line 14: Line 16:
|-
|-
| agentProxy || int32 || Identifier of node object used as agent proxy
| agentProxy || int32 || Identifier of node object used as agent proxy
|-
| comments || string || Object's comments
|-
| geolocation || object ([[NXSL:GeoLocation|GeoLocation]]) || Object's location
|-
| guid || string || Object's GUID
|-
|-
| icmpProxy || int32 || Identifier of node object used as ICMP proxy
| icmpProxy || int32 || Identifier of node object used as ICMP proxy
|-
|-
| id || uint32 || Object identifier
| snmpProxy || int32 || Identifier of node object used as SNMP proxy
|-
| ipAddr || string || Primary IP address
|-
| name || string || Object name
|-
| anmpProxy || int32 || Identifier of node object used as SNMP proxy
|-
| status || int32 || Object status
|-
| type || int32 || Object type (class)
|-
|-
| zoneId || int32 || Zone ID
| zoneId || int32 || Zone ID
|}
|}
'''Methods'''
[[NXSL:NetObj:clearGeoLocation|clearGeoLocation]]
[[NXSL:NetObj:setGeoLocation|setGeoLocation]]


[[Category:NXSL Class Reference]]
[[Category:NXSL Class Reference]]

Revision as of 15:13, 25 January 2016

Represents NetXMS zone object


Class Name

Zone


Attributes

Inherits all attributes of the NetObj class.

Name Type Description
agentProxy int32 Identifier of node object used as agent proxy
icmpProxy int32 Identifier of node object used as ICMP proxy
snmpProxy int32 Identifier of node object used as SNMP proxy
zoneId int32 Zone ID