dhcp
ClearDhcpStickyLeasesStruct


This structure encapsulates all the parameters required for clearing Local DHCP Server Sticky Leases. The siteId and dhcpSvrName are required. If serviceId is not specified, it will be Base routing instance as default If hostName is specified, lease for the given hostName will be cleared. If hostName-Prefix is specified, leases for the given hosts starting with the specified prefix will be cleared. hostName and hostName-Prefix are mutually exclusive. If both parameters are specified only hostName will be used to clear the sticky lease.


public struct ClearDhcpStickyLeasesStruct

Properties
siteId Specifies the NE of the Local DHCP Server. This parameter is mandatory.

type=string

serviceId Specifies the service ID of the Local DHCP server. If not specified, default is Base Routing Instance; otherwise non-zero value represents a VPRN service ID.

type=long

dhcpSvrName Specified name of Local DHCP Server. This is mandatory parameter.

type=string

hostName Specified Host Name.

type=string

hostNamePrefix Specified Host Name Prefix

type=string