Update Server Node

Update an existing server node configuration with the given ID.

Syntax

void updateServerNode(java.lang.Integer serverNodeId, ServerNodeVO serverNode)
      throws SUPAdminException;

Parameters

Returns

If successful, returns silently. If unsuccessful, throws SUPAdminException.

Examples