Click or drag to resize
IParsedLease Interface

[This is preliminary documentation and is subject to change.]

A parsed IpLog lease

Namespace: Netadmin.Management.IpLog.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IParsedLease

The IParsedLease type exposes the following members.

Properties
  NameDescription
Public propertyByteAction
The action as number
Public propertyInt64Id
Id of the lease. This can either be the PostGre id of the lease or, for reprocessing, the id of the iplog entry
Public propertyIPAddressIp
The ip address
Public propertyStringLeaseRelay
Lease relay
Public propertyDateTimeLeaseStart
When the lease started
Public propertyStringMac
The mac address
Public propertyINetworkInfoNetworkInfo
Netadmin network information of the lease
Public propertyStringOption60VendorClassId
The parsed class id
Public propertyStringOption82CircuitId
The parsed circuit id
Public propertyStringOption82RemoteId
The parsed remote id
Public propertyDateTimeTimeStamp
Lease timestamp
Top
See Also