Difference between revisions of "NXSL:Cluster"
Jump to navigation
Jump to search
(Created page with "Represents cluster object. '''Class Name''' Cluster '''Attributes''' Inherits all attributes of the NetObj class. {| class="wikitable" |- ! Name !! Type...") |
(No difference)
|
Revision as of 06:28, 19 September 2016
Represents cluster object.
Class Name
Cluster
Attributes
Inherits all attributes of the NetObj class.
| Name | Type | Description |
|---|---|---|
| nodes | array (of Node) | Cluster nodes |
| zone | object (Zone) | Zone object (null if zoning is disabled) |
| zoneId | int32 | Zone ID (0 if zoning is disabled) |
Methods
| Name | Parameters | Return value | Description |
|---|---|---|---|
| getResourceOwner | resource name | object (Node) | Get current owner of given resource |