7 #import <kerio/web/idl/SharedStructures.idl>
11 enum PortAssignmentType {
13 PortAssignmentStandalone,
14 PortAssignmentUnassigned
22 enum SpeedDuplexType {
31 typedef sequence<SpeedDuplexType> SpeedDuplexMayNotWorkList;
37 PortAssignmentType assignment;
39 SpeedDuplexType speedDuplex;
40 SpeedDuplexMayNotWorkList speedDuplexMayNotWork;
43 typedef sequence<PortConfig> PortConfigList;
55 void get(out PortConfigList list);
72 void set(out kerio::web::ErrorList errors, in PortConfigList ports, in
long revertTimeout);
string name
Definition: Ports.idl:36
kerio::web::KId id
Definition: Ports.idl:34
PortType type
Definition: Ports.idl:35
Definition: Accounting.idl:11
Definition: SharedStructures.idl:289