| getclusternodegroupResult Structure Definition |
The getclusternodegroupResult structure defines the return type for getclusternodegroup API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
clusternodegroupList |
List of clusternodegroups |
| clusternodegroup Structure Definition |
The clusternodegroup structure defines the actual return type values for getclusternodegroup API. |
Syntax |
Members |
name |
Name of the nodegroup to be displayed. |
node |
Nodes in the nodegroup |
strict |
Specifies whether cluster nodes, that are not part of the nodegroup, will be used as backup for the nodegroup.
* Enabled - When one of the nodes goes down, no other cluster node is picked up to replace it. When the node comes up, it will continue being part of the nodegroup.
* Disabled - When one of the nodes goes down, a non-nodegroup cluster node is picked up and acts as part of the nodegroup. When the original node of the nodegroup comes up, the backup node will be replaced. |
sticky |
Only one node can be bound to nodegroup with this option enabled. It specifies whether to prempt the traffic for the entities bound to nodegroup when owner node goes down and rejoins the cluster.
* Enabled - When owner node goes down, backup node will become the owner node and takes the traffic for the entities bound to the nodegroup. When bound node rejoins the cluster, traffic for the entities bound to nodegroup will not be steered back to this bound node. Current owner will have the ownership till it goes down.
* Disabled - When one of the nodes goes down, a non-nodegroup cluster node is picked up and acts as part of the nodegroup. When the original node of the nodegroup comes up, the backup node will be replaced. |
vserver |
vserver that need to be bound to this nodegroup. |
currentnodemask |
Bitmap of current nodes in this nodegroup |
backupnodemask |
Bitmap of backup nodes in this nodegroup |
boundedentitiescntfrompe |
Count of bounded entities to this nodegroup accoding to PE |
activelist |
Active node list of this nodegroup |
backuplist |
Backup node list of this nodegroup |
identifiername |
stream identifier and rate limit identifier that need to be bound to this nodegroup. |
gslbsite |
vserver that need to be bound to this nodegroup. |
service |
name of the service bound to this nodegroup. |
state |
State of the nodegroup. All the nodes binding to this nodegroup must have the same state. ACTIVE/SPARE/PASSIVE |
priority |
Priority of Nodegroup. This priority is used for all the nodes bound to the nodegroup for Nodegroup selection |
_nextgenapiresource |
See Also |