Kaspersky Security Center Automation  10.0
List of network diapason attributes

List of network diapason attributes is presented below.

"KLDPNS_ID" Integer Diapason id Read-only
"KLDPNS_DN" String Diapason display name  
"KLDPNS_LF" Integer Ip address validity period in seconds  
"KLDPNS_ScanEnabled" Boolean If diapason may be scanned by ip subnets scanning  
"KLDPNS_ILS" IKlAkCollection object

Array of ip intervals or subnets descriptions. Each array item is objects IKlAkParams containing following attributes

  • KLDPNS_IL_ISSUBNET, Boolean, true if subnet and false if ip interval
  • KLDPNS_IL_MASKORLOW, Integer, subnet mask (if KLDPNS_IL_ISSUBNET is true) or low ip of interval end (if KLDPNS_IL_ISSUBNET is false) in TCP/IP network byte order. Subnet mask must be contigious. Use IKlAkIpConversions.IpFromString, IKlAkIpConversions.Ip_htonl methods.
  • KLDPNS_IL_SUBNETORHI, Integer, subnet address (if KLDPNS_IL_ISSUBNET is true) or high interval end (if KLDPNS_IL_ISSUBNET is false) in TCP/IP network byte order. Subnet address must correspond subnet mask. Use IKlAkIpConversions.IpFromString, IKlAkIpConversions.Ip_htonl methods.

One may also use IKlAkIpConversions.ConvertSubnet method to create subnet descriptions.