Note
|
This function is enabled by default, but can be disabled by setting configuration parameter "NXSL.EnableContainerFunctions". |
BindObject(parent, child) => void
Bind all NetXMS objects that can be bound from console (nodes, subnets, clusters, and another containers) to container objects.
parent |
Parent object ([class-netobj] referring to container object or infrastructure service root). |
child |
The NetXMS object to be linked to given parent object ([class-node] or [class-netobj] referring to subnet, container, or cluster). |
Return
None.
Example
BindObject(FindObject(2), $node); // Link current node directly to "Infrastructure Services" BindObject(FindObject("Services"), FindObject("Service_1")); // Link object named "Service_1" to container "Services"