Difference between revisions of "NXSL:Zone"
Jump to navigation
Jump to search
| Line 37: | Line 37: | ||
| 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 21:25, 17 January 2016
Represents NetXMS zone object
Class Name
Zone
Attributes
| Name | Type | Description |
|---|---|---|
| agentProxy | int32 | Identifier of node object used as agent proxy |
| comments | string | Object's comments |
| geolocation | object (GeoLocation) | Object's location |
| guid | string | Object's GUID |
| icmpProxy | int32 | Identifier of node object used as ICMP proxy |
| id | uint32 | Object identifier |
| 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 |
Methods