* @return status of the operation performed.
* </pre>
*/
public base_response forcehafailover(Boolean force) throws Exception
{
hafailover resource = new hafailover();
resource.set_force(force);
options option = new options();
option.set_action("force");
base_response result = resource.perform_operation(this,option);
return result;
}