[This is preliminary documentation and is subject to change.]
The IIpLogManager type exposes the following members.
Methods
| Name | Description |
---|
 | Int64 | CreateRuleset(IDhcpLogRuleset, IEnumerableIDhcplogRulesetDecoder, IEnumerableIDhcplogRulesetDecoder) | |
 |
void
| DeleteRuleset(Int64) | |
 | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
 | IEnumerableT, T: IDhcplogRulesetDecoder | GetAvailableDhcpDecoders | |
 | IEnumerableT, T: IDhcpServer | GetAvailableDhcpServers | |
 | IEnumerableT, T: IDhcplogRulesetDecoder | GetConfiguredDecodersForRuleset(Int64, DhcpDecoderType) | |
 | IEnumerableT, T: IMaintenanceItem | GetLogsGroupedByStatus | |
 | IEnumerableT, T: IDhcpNet | GetNets(Int64) | |
 | IDhcpLogRuleset | GetRuleset(Int64) | |
 | IEnumerableT, T: IDhcpLogRuleset | GetRulesets | |
 | IEnumerableT, T: String | GetTop100CustomerNumber(String) | Obsolete. |
 | IEnumerableT, T: String | GetTop100CustomerNumber(Int64, String) | |
 | IEnumerableT, T: String | GetTop100DeviceName(String) | Obsolete. |
 | IEnumerableT, T: String | GetTop100DeviceName(Int64, String) | |
 | IEnumerableT, T: String | GetTop100Ip(String) | Obsolete. |
 | IEnumerableT, T: String | GetTop100Ip(Int64, String) | |
 | IEnumerableT, T: String | GetTop100Mac(String) | Obsolete. |
 | IEnumerableT, T: String | GetTop100Mac(Int64, String) | |
 | IEnumerableT, T: String | GetTop100Ssn(String) | Obsolete. |
 |
void
| SaveOrUpdateNets(IEnumerableIDhcpNet) | |
 |
void
| UpdateLogStatuses(IEnumerableIpLogStatus) | |
 |
void
| UpdateRuleset(IDhcpLogRuleset, IEnumerableIDhcplogRulesetDecoder, IEnumerableIDhcplogRulesetDecoder) | |
Top
See Also