public static class EdgeGatewaySSLVPNUpdateRequest.AdvancedConfig.Timeout extends Object
| Constructor and Description | 
|---|
| Timeout(int forcedTimeout,
       int sessionIdleTimeout)Instantiates a new timeout. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getForcedTimeout()Gets forcedTimeout. | 
| int | getSessionIdleTimeout()Gets sessionIdleTimeout. | 
public Timeout(int forcedTimeout,
               int sessionIdleTimeout)
forcedTimeout - the forced timeoutsessionIdleTimeout - the session idle timeoutpublic int getForcedTimeout()
The specified time period before the remote user is disconnected. Possible range: 0-1440
public int getSessionIdleTimeout()
If no activity on user's session for the specified time period (in minutes), the system disconnects the user's session. Possible range: 2-1440. Default: 10 minutes
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.