public class EdgeSslVpnServiceResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeSslVpnServiceResponse(String edgeUuid,
                         Boolean enabled,
                         Boolean logEnabled,
                         String logLevel,
                         String ip,
                         Integer port,
                         List<String> cipherList,
                         List<EdgeSslVpnPrivateNetworkResponse> privateNetworks,
                         List<EdgeSslVpnUserResponse> users,
                         List<EdgeSslVpnIpPoolResponse> ipPools,
                         List<EdgeSslVpnClientInstallPackageResponse> installPackages,
                         EdgeSslVpnLocalAuthenticationServerResponse authenticationConfig,
                         EdgeSslVpnAuthenticationResponse authentication) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| EdgeSslVpnAuthenticationResponse | getAuthentication()Gets the authentication. | 
| EdgeSslVpnLocalAuthenticationServerResponse | getAuthenticationConfig()Gets the authentication config. | 
| List<String> | getCipherList()Gets the cipher list. | 
| String | getEdgeUuid()Gets the edge uuid. | 
| List<EdgeSslVpnClientInstallPackageResponse> | getInstallPackages()Gets the install packages. | 
| String | getIp()Gets the ip. | 
| List<EdgeSslVpnIpPoolResponse> | getIpPools()Gets the ip pools. | 
| String | getLogLevel()Gets the log level. | 
| Integer | getPort()Gets the port. | 
| List<EdgeSslVpnPrivateNetworkResponse> | getPrivateNetworks()Gets the private networks. | 
| List<EdgeSslVpnUserResponse> | getUsers()Gets the users. | 
| int | hashCode() | 
| Boolean | isEnabled()Indicates whether enabled. | 
| Boolean | isLogEnabled()Indicates whether logging is enabled. | 
| String | toString() | 
public EdgeSslVpnServiceResponse(String edgeUuid, Boolean enabled, Boolean logEnabled, String logLevel, String ip, Integer port, List<String> cipherList, List<EdgeSslVpnPrivateNetworkResponse> privateNetworks, List<EdgeSslVpnUserResponse> users, List<EdgeSslVpnIpPoolResponse> ipPools, List<EdgeSslVpnClientInstallPackageResponse> installPackages, EdgeSslVpnLocalAuthenticationServerResponse authenticationConfig, EdgeSslVpnAuthenticationResponse authentication)
public String getEdgeUuid()
public Boolean isEnabled()
public Boolean isLogEnabled()
public String getLogLevel()
public String getIp()
public Integer getPort()
public List<EdgeSslVpnPrivateNetworkResponse> getPrivateNetworks()
public List<EdgeSslVpnUserResponse> getUsers()
public List<EdgeSslVpnIpPoolResponse> getIpPools()
public List<EdgeSslVpnClientInstallPackageResponse> getInstallPackages()
public EdgeSslVpnLocalAuthenticationServerResponse getAuthenticationConfig()
public EdgeSslVpnAuthenticationResponse getAuthentication()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.