public class EdgeGatewaySSLVPNResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeGatewaySSLVPNResponse.AdvancedConfig
SSL VPN Advanced Config.
|
static class |
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration
SSL VPN Authentication Configuration.
|
static class |
EdgeGatewaySSLVPNResponse.ClientConfiguration
SSL VPN Client Configuration.
|
static class |
EdgeGatewaySSLVPNResponse.ClientInstallPackage |
static class |
EdgeGatewaySSLVPNResponse.IpAddressPool
SSL VPN Ip Address Pool.
|
static class |
EdgeGatewaySSLVPNResponse.Logging
SSL VPN Logging.
|
static class |
EdgeGatewaySSLVPNResponse.PrivateNetwork
SSL VPN Private Network.
|
static class |
EdgeGatewaySSLVPNResponse.ServerSettings
SSL VPN Server Settings.
|
static class |
EdgeGatewaySSLVPNResponse.User
SSL VPN User.
|
| Constructor and Description |
|---|
EdgeGatewaySSLVPNResponse(boolean enabled,
EdgeGatewaySSLVPNResponse.Logging logging,
EdgeGatewaySSLVPNResponse.AdvancedConfig advancedConfig,
EdgeGatewaySSLVPNResponse.ClientConfiguration clientConfiguration,
List<EdgeGatewaySSLVPNResponse.IpAddressPool> ipAddressPools,
List<EdgeGatewaySSLVPNResponse.PrivateNetwork> privateNetworks,
List<EdgeGatewaySSLVPNResponse.User> users,
List<EdgeGatewaySSLVPNResponse.ClientInstallPackage> clientInstallPackages,
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration authenticationConfiguration,
EdgeGatewaySSLVPNResponse.ServerSettings serverSettings)
Instantiates a new SSL VPN Response.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeGatewaySSLVPNResponse.AdvancedConfig |
getAdvancedConfig()
Gets advancedConfig.
|
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration |
getAuthenticationConfiguration()
Gets authenticationConfiguration.
|
EdgeGatewaySSLVPNResponse.ClientConfiguration |
getClientConfiguration()
Gets clientConfiguration.
|
List<EdgeGatewaySSLVPNResponse.ClientInstallPackage> |
getClientInstallPackages()
Gets clientInstallPackages.
|
List<EdgeGatewaySSLVPNResponse.IpAddressPool> |
getIpAddressPools()
Gets ipAddressPools.
|
EdgeGatewaySSLVPNResponse.Logging |
getLogging()
Gets logging.
|
List<EdgeGatewaySSLVPNResponse.PrivateNetwork> |
getPrivateNetworks()
Gets privateNetworks.
|
EdgeGatewaySSLVPNResponse.ServerSettings |
getServerSettings()
Gets serverSettings.
|
List<EdgeGatewaySSLVPNResponse.User> |
getUsers()
Gets users.
|
boolean |
isEnabled()
Gets enabled.
|
public EdgeGatewaySSLVPNResponse(boolean enabled,
EdgeGatewaySSLVPNResponse.Logging logging,
EdgeGatewaySSLVPNResponse.AdvancedConfig advancedConfig,
EdgeGatewaySSLVPNResponse.ClientConfiguration clientConfiguration,
List<EdgeGatewaySSLVPNResponse.IpAddressPool> ipAddressPools,
List<EdgeGatewaySSLVPNResponse.PrivateNetwork> privateNetworks,
List<EdgeGatewaySSLVPNResponse.User> users,
List<EdgeGatewaySSLVPNResponse.ClientInstallPackage> clientInstallPackages,
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration authenticationConfiguration,
EdgeGatewaySSLVPNResponse.ServerSettings serverSettings)
enabled - the enabledlogging - the loggingadvancedConfig - the advanced configclientConfiguration - the client configurationipAddressPools - the ip address poolsprivateNetworks - the private networksusers - the usersclientInstallPackages - the client install packagesauthenticationConfiguration - the authentication configurationserverSettings - the server settingspublic boolean isEnabled()
public EdgeGatewaySSLVPNResponse.Logging getLogging()
EdgeGatewaySSLVPNResponse.Logging the loggingpublic EdgeGatewaySSLVPNResponse.AdvancedConfig getAdvancedConfig()
EdgeGatewaySSLVPNResponse.AdvancedConfig the advancedConfigpublic EdgeGatewaySSLVPNResponse.ClientConfiguration getClientConfiguration()
EdgeGatewaySSLVPNResponse.ClientConfiguration the clientConfigurationpublic List<EdgeGatewaySSLVPNResponse.IpAddressPool> getIpAddressPools()
List of EdgeGatewaySSLVPNResponse.IpAddressPool the ipAddressPoolspublic List<EdgeGatewaySSLVPNResponse.PrivateNetwork> getPrivateNetworks()
List of EdgeGatewaySSLVPNResponse.PrivateNetwork the privateNetworkspublic List<EdgeGatewaySSLVPNResponse.User> getUsers()
List of EdgeGatewaySSLVPNResponse.User the userspublic List<EdgeGatewaySSLVPNResponse.ClientInstallPackage> getClientInstallPackages()
List of EdgeGatewaySSLVPNResponse.ClientInstallPackage the clientInstallPackagespublic EdgeGatewaySSLVPNResponse.AuthenticationConfiguration getAuthenticationConfiguration()
EdgeGatewaySSLVPNResponse.AuthenticationConfiguration the authenticationConfigurationpublic EdgeGatewaySSLVPNResponse.ServerSettings getServerSettings()
EdgeGatewaySSLVPNResponse.ServerSettings the serverSettingsCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.