public class EdgeSslVpnServiceUpdateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeSslVpnServiceUpdateRequest(String edgeUuid,
                              Boolean enabled,
                              Boolean logEnabled,
                              String logLevel,
                              String ip,
                              Integer port,
                              List<String> cipherList,
                              List<EdgeSslVpnPrivateNetworkUpdateRequest> privateNetworks,
                              List<EdgeSslVpnUserUpdateRequest> users,
                              List<EdgeSslVpnIpPoolUpdateRequest> ipPools,
                              List<EdgeSslVpnClientInstallPackageUpdateRequest> installPackages,
                              EdgeSslVpnLocalAuthenticationServerUpdateRequest authenticationConfig,
                              EdgeSslVpnAuthenticationUpdateRequest authentication) | 
| Modifier and Type | Method and Description | 
|---|---|
| EdgeSslVpnAuthenticationUpdateRequest | getAuthentication()Gets the authentication. | 
| EdgeSslVpnLocalAuthenticationServerUpdateRequest | getAuthenticationConfig()Gets the authentication config. | 
| List<String> | getCipherList()Gets the cipher list. | 
| String | getEdgeUuid()Gets the edge uuid. | 
| List<EdgeSslVpnClientInstallPackageUpdateRequest> | getInstallPackages()Gets the install packages. | 
| String | getIp()Gets the ip. | 
| List<EdgeSslVpnIpPoolUpdateRequest> | getIpPools()Gets the ip pools. | 
| String | getLogLevel()Gets the log level. | 
| Integer | getPort()Gets the port. | 
| List<EdgeSslVpnPrivateNetworkUpdateRequest> | getPrivateNetworks()Gets the private networks. | 
| List<EdgeSslVpnUserUpdateRequest> | getUsers()Gets the users. | 
| Boolean | isEnabled()Indicates whether enabled. | 
| Boolean | isLogEnabled()Indicates whether logging is enabled. | 
public EdgeSslVpnServiceUpdateRequest(String edgeUuid, Boolean enabled, Boolean logEnabled, String logLevel, String ip, Integer port, List<String> cipherList, List<EdgeSslVpnPrivateNetworkUpdateRequest> privateNetworks, List<EdgeSslVpnUserUpdateRequest> users, List<EdgeSslVpnIpPoolUpdateRequest> ipPools, List<EdgeSslVpnClientInstallPackageUpdateRequest> installPackages, EdgeSslVpnLocalAuthenticationServerUpdateRequest authenticationConfig, EdgeSslVpnAuthenticationUpdateRequest authentication)
public String getEdgeUuid()
public Boolean isEnabled()
public Boolean isLogEnabled()
public String getLogLevel()
public String getIp()
public Integer getPort()
public List<EdgeSslVpnPrivateNetworkUpdateRequest> getPrivateNetworks()
public List<EdgeSslVpnUserUpdateRequest> getUsers()
public List<EdgeSslVpnIpPoolUpdateRequest> getIpPools()
public List<EdgeSslVpnClientInstallPackageUpdateRequest> getInstallPackages()
public EdgeSslVpnLocalAuthenticationServerUpdateRequest getAuthenticationConfig()
public EdgeSslVpnAuthenticationUpdateRequest getAuthentication()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.