public static class EdgeGatewaySSLVPNUpdateRequest.ClientConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EdgeGatewaySSLVPNUpdateRequest.ClientConfiguration.FullTunnel
Full Tunnel mode.
|
Constructor and Description |
---|
ClientConfiguration(boolean autoReconnect,
EdgeGatewaySSLVPNUpdateRequest.ClientConfiguration.FullTunnel fullTunnel,
boolean upgradeNotification)
Instantiates a new client configuration.
|
Modifier and Type | Method and Description |
---|---|
EdgeGatewaySSLVPNUpdateRequest.ClientConfiguration.FullTunnel |
getFullTunnel()
Gets fullTunnel.
|
boolean |
isAutoReconnect()
Gets autoReconnect.
|
boolean |
isUpgradeNotification()
Gets upgradeNotification.
|
public ClientConfiguration(boolean autoReconnect, EdgeGatewaySSLVPNUpdateRequest.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 EdgeGatewaySSLVPNUpdateRequest.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
EdgeGatewaySSLVPNUpdateRequest.ClientConfiguration.FullTunnel
the fullTunnelpublic boolean isUpgradeNotification()
Whether or not client can notify remote users when a client upgrade is available. Default: disabled
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.