dhcp
StickyLeaseData

Contains information about Sticky Lease.



public class StickyLeaseData

  
Properties inherited from dhcp.LocalDhcpServerLeaseData
clientAddress, clientAddressType, clientMacAddress, clientPrefixLen, creationOrigin, dUID, iAID, iAOptionType, internalClientType, lDRAInterfaceId, leaseClientType, leaseExpirationTime, leaseFailControl, leaseLastRenew, leaseOption60, leaseOption61ClientId, leaseOption82, leaseOption82CircuitId, leaseOption82RemoteId, leasePPPoEUserName, leaseRemainingTime, leaseStart, leaseState, leaseTransactionId, lnkLclAddrType, lnkLclAddress, localDhcpServerName, nodeId, relayInterfaceId, remainHoldTime, routerId, stickyHostName
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

retrieveStickyLeases

Method used to retrieve Dhcp Server Sticky Leases.
Input Parameters:
aInSiteId : string - Specifies the NE to which the subscriber host is connected with.
aInRoutingInstance : string - Specifies the routing instance ID used for the Sticky Lease retrieval. For example, 'Base' for base router and 'vprn-x' for VPRN service ID, where 'x' is a VPRN service ID. This is a mandatory input parameter.
aInDhcpServerName : string - (Optional) The DHCP server name. This is an Optional Parameter.
aInLeaseHostName : string - (Optional) The Sticky Lease Host name. This is an Optional Parameter.
aInLeaseHostNamePrefix : string - (Optional) The Sticky Lease Host name prefix. This is an Optional Parameter. If both aInLeaseHostName and aInLeaseHostNamePrefix are specified, then aInLeaseHostName will be used for retrieval.
aInTimeout : long - (Optional) The number of milliseconds to wait before receiving the results. If no results are received in the given time, the method returns. This is an optional input parameter. The default value is 5 minutes (300000).
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
result : List (generic.CommonManagedEntityInformation) - List of Dhcp Server Sticky Leases.
Supported Network Elements
7750 SR Supported from 14.0.R1
7705 SAR Gen 2
7450 ESS Supported from 14.0.R1