Public Member Functions | |
void | set (out kerio::web::ErrorList errors, in HAConfig config) |
void | get (out HAConfig config) |
void | getStatus (out HAStatusReport status) |
void webadmin::HighAvailability::get | ( | out HAConfig | config | ) |
Returns High Availability configuration
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
void webadmin::HighAvailability::getStatus | ( | out HAStatusReport | status | ) |
Returns High Availability status(IP is assigned to interface or not)
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |
void webadmin::HighAvailability::set | ( | out kerio::web::ErrorList | errors, |
in HAConfig | config | ||
) |
Stores HAConfig configuration
errors | - list of errors |
config | - A structure containing all the settings of High Availability that sould be stored. |
kerio::web::ApiException | -32001 Session expired. - "The user is not logged in." 1004 Access denied. - "Insufficient rights to perform the requested operation." |