public static class EdgeGatewaySSLVPNResponse.ClientConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeGatewaySSLVPNResponse.ClientConfiguration.FullTunnel
Full Tunnel mode.
|
| Constructor and Description |
|---|
ClientConfiguration(boolean autoReconnect,
EdgeGatewaySSLVPNResponse.ClientConfiguration.FullTunnel fullTunnel,
boolean upgradeNotification)
Instantiates a new client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeGatewaySSLVPNResponse.ClientConfiguration.FullTunnel |
getFullTunnel()
Gets fullTunnel.
|
boolean |
isAutoReconnect()
Gets autoReconnect.
|
boolean |
isUpgradeNotification()
Gets upgradeNotification.
|
public ClientConfiguration(boolean autoReconnect,
EdgeGatewaySSLVPNResponse.ClientConfiguration.FullTunnel fullTunnel,
boolean upgradeNotification)
autoReconnect - the auto reconnectfullTunnel - the full tunnelupgradeNotification - the upgrade notificationpublic boolean isAutoReconnect()
Whether or not SSL VPN client automatically reconnect users when they get disconnected. Default: enabled
public EdgeGatewaySSLVPNResponse.ClientConfiguration.FullTunnel getFullTunnel()
Tunneling mode where the edge gateway becomes the remote user's default gateway and all traffic (VPN, local, and internet) flows through the edge gateway
EdgeGatewaySSLVPNResponse.ClientConfiguration.FullTunnel the fullTunnelpublic boolean isUpgradeNotification()
Whether or not client can notify remote users when a client upgrade is available. Default: disabled
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.