Create Server Farm Configuration

Creates a server farm configuratIon if none exists. Otherwise, the existing one is updated.

Syntax

void saveServerFarm(ServerFarmVO serverFarm)
      throws SUPAdminException;

Parameters

Returns

If successful, returns silently. If unsuccessful, throws SUPAdminException

Examples