Kaspersky Security Center Automation  10.0
Public Member Functions | Properties
IKlAkIpSubnets Interface Reference

import "klakaut.idl";

Inheritance diagram for IKlAkIpSubnets:
Inheritance graph
[legend]

List of all members.

Public Member Functions

HRESULT  AddDiapason ([in] IKlAkParams *pInfo,[out, retval] long *pidDiapason)
HRESULT  UpdateDiapason ([in] long idDiapason,[in] IKlAkParams *pInfo)
HRESULT  RemoveDiapason ([in] long idDiapason)
HRESULT  GetDiapasonInfo ([in] long idDiapason,[in] IKlAkCollection *pFields,[out, retval] IKlAkParams **ppInfo)
HRESULT  EnumDiapasons ([in] IKlAkCollection *pFields,[out, retval] IKlAkCollection **ppData)

Properties

IKlAkProxy  AdmServer [get, set]
VARIANT  Prop ([in] BSTR strName) [get, set]
KlAkObjType  Type [get]

Detailed Description

Network subnets processing.

Allows to add and remove network diapasons, acquire and modify diapason attributes, enumerate diapasons.

One should set AdmServer property before using the object.
See JScript call sample below.

	...
	var oObj = new ActiveXObject("klakaut.KlAkIpSubnets");
	oObj.AdmServer = ...;

See also Creating ip subnets based on AD Site and Services sample.