Click or drag to resize
IIplogLeaseTimestampFilter Interface

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

Filter for IpLog leases. CompanyId and ActiveFrom/ActiveTo are required

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

The IIplogLeaseTimestampFilter type exposes the following members.

Properties
  ReturnsNameDescription
Public propertyDateTimeActiveFrom
REQUIRED
Public propertyDateTimeActiveTo
REQUIRED, max 7 days > than ActiveFrom
Public propertyNullable<T>, T: Int64AddressId
Public propertyInt64CompanyId
REQUIRED
Public propertyNullable<T>, T: Int64CustomerId
Public propertyStringCustomerNumberExact
Public propertyNullable<T>, T: Int64DeviceId
Public propertyStringDeviceNameExact
Public propertyStringIpv4AddressExact
Public propertyNullable<T>, T: Int64Ipv4NetworkId
Public propertyStringMacAddressExact
Public propertyNullable<T>, T: Int64PhysicalInterfaceId
Public propertyNullable<T>, T: Int64SubscriptionId
Top
See Also