Class represents Service Root container
createCollector(name) ⇒ [class-collector]
-
Create new collector under current container.
name |
String |
Collector name |
Return
Newly created collector of [class-collector] class.
createContainer(name) ⇒ [class-container]
-
Create new container under Service Root container.
name |
String |
Container name |
Return
Newly created container of [class-container] class.
createNode(name, ipAddress) ⇒ [class-node]
-
Create new node under Service Root container.
name |
String |
Node name if second options is set or primary host name or IP address. |
ipAddress |
String |
Optional. Primary host name or IP address. |
zoneUIN |
Integer |
Optional. New node’s zone. |
Return
Newly created node of [class-node] class or NULL if failed to create