7 #import <kerio/web/idl/SharedStructures.idl>
11 enum ConnectionDirection {
12 ConnectionDirectionInbound,
13 ConnectionDirectionOutbound,
14 ConnectionDirectionLocal
19 kerio::web::IpAddress ip;
20 kerio::web::KId country;
37 ConnectionDirection direction;
41 string bandwidthRuleName;
44 typedef sequence<ActiveConnection> ActiveConnectionList;
67 void get(out ActiveConnectionList list, out
long totalItems, in
kerio::web::SearchQuery query, in
boolean refresh, in kerio::web::KId hostId);
76 void kill(in kerio::web::KIdList ids);
double txNum
Definition: ActiveConnections.idl:34
Definition: SharedStructures.idl:139
Definition: ActiveConnections.idl:24
double rxNum
Definition: ActiveConnections.idl:33
Definition: ActiveConnections.idl:46
string tx
Definition: ActiveConnections.idl:32
Definition: Accounting.idl:11
string rx
Definition: ActiveConnections.idl:31
Definition: ActiveConnections.idl:17