Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 807 Bytes

File metadata and controls

35 lines (27 loc) · 807 Bytes

CreateNode()

Note
This function is enabled by default, but can be disabled by setting configuration parameter "NXSL.EnableContainerFunctions".
Important

Deprecated in 5.0.

Please use createNode() of Container, Collector or ServiceRoot class instead.

CreateNode(parent, name, primaryHostName, zoneUIN): <<class-node>>

Create node object.

Table 1. Parameters

parent

[class-netobj]

Parent object

name

String

Name for new node

primaryHostName

String

Primary host name for new node (optional)

zoneUIN

Integer

zone UIN (optional)

Return

New node object or null on failure