import"IpServices.idl";
Public Attributes | |
kerio::web::KId | id |
never updated in store More... | |
kerio::web::StoreStatus | status |
string | name |
unique name for the service, max 23 chars More... | |
string | description |
brief description of the service, max 63 chars, can be empty More... | |
long | protocol |
ICMP 1, TCP - 6, UDP - 17, other - 128, TCP_UDP - 129. More... | |
boolean | group |
PortCondition | srcPort |
port(s) on client-side More... | |
PortCondition | dstPort |
port(s) on server-side More... | |
string | inspector |
name of Protocol Inspector, More... | |
long | protoNumber |
1-255 More... | |
kerio::web::StringList | icmpTypes |
"any" or list of numbers More... | |
IdReferenceList | members |
for group = true list of member IpService ids More... | |
basic structure for Service's properties
string webadmin::IpService::description |
brief description of the service, max 63 chars, can be empty
PortCondition webadmin::IpService::dstPort |
port(s) on server-side
kerio::web::StringList webadmin::IpService::icmpTypes |
"any" or list of numbers
kerio::web::KId webadmin::IpService::id |
never updated in store
string webadmin::IpService::inspector |
name of Protocol Inspector,
IdReferenceList webadmin::IpService::members |
for group = true list of member IpService ids
string webadmin::IpService::name |
unique name for the service, max 23 chars
long webadmin::IpService::protocol |
ICMP 1, TCP - 6, UDP - 17, other - 128, TCP_UDP - 129.
long webadmin::IpService::protoNumber |
1-255
PortCondition webadmin::IpService::srcPort |
port(s) on client-side