| IParsedLease Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.IpLog.Dto
The IParsedLease type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Byte | Action |
The action as number
| |
| Int64 | Id |
Id of the lease. This can either be the PostGre id of the lease or, for reprocessing, the id of the iplog entry
| |
| IPAddress | Ip |
The ip address
| |
| String | LeaseRelay |
Lease relay
| |
| DateTime | LeaseStart |
When the lease started
| |
| String | Mac |
The mac address
| |
| INetworkInfo | NetworkInfo |
Netadmin network information of the lease
| |
| String | Option60VendorClassId |
The parsed class id
| |
| String | Option82CircuitId |
The parsed circuit id
| |
| String | Option82RemoteId |
The parsed remote id
| |
| DateTime | TimeStamp |
Lease timestamp
|