7 #import <kerio/web/idl/SharedStructures.idl>
11 enum ConnectionDirection {
12 ConnectionDirectionInbound,
13 ConnectionDirectionOutbound,
14 ConnectionDirectionLocal
19 kerio::web::IpAddress ip;
36 ConnectionDirection direction;
40 string bandwidthRuleName;
43 typedef sequence<ActiveConnection> ActiveConnectionList;
66 void get(out ActiveConnectionList list, out
long totalItems, in
kerio::web::SearchQuery query, in
boolean refresh, in kerio::web::KId hostId);
75 void kill(in kerio::web::KIdList ids);
double txNum
Definition: ActiveConnections.idl:33
Definition: SharedStructures.idl:139
Definition: ActiveConnections.idl:23
double rxNum
Definition: ActiveConnections.idl:32
Definition: ActiveConnections.idl:45
string tx
Definition: ActiveConnections.idl:31
Definition: Accounting.idl:11
string rx
Definition: ActiveConnections.idl:30
Definition: ActiveConnections.idl:17