shared_dhcp_lease_time


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.52" ) ]
public int shared_dhcp_lease_time { get; set; }

This option allows you to specify a custom DHCP lease time for the shared connection method in seconds.

The value should be either a number between 120 and 31536000 (one year) If this option is not specified, 3600 (one hour) is used.

Special values are 0 for default value of 1 hour and 2147483647 (MAXINT32) for infinite lease time.