Update Server Farm Configuration

Update an existing server farm configuration with the given ID.

Syntax

void updateServerFarm(Integer serverFarmId, ServerFarmVO serverFarm)
      throws SUPAdminException;

Parameters

Returns

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

Examples