public static class EdgeGatewaySSLVPNUpdateRequest.ServerSettings extends Object
Constructor and Description |
---|
ServerSettings(String ipAddress,
Integer port,
String certificateId,
List<SSLVPNCipher> cipherList)
Instantiates a new server settings.
|
Modifier and Type | Method and Description |
---|---|
String |
getCertificateId()
Gets certificateId.
|
List<SSLVPNCipher> |
getCipherList()
Gets cipherList.
|
String |
getIpAddress()
Gets ipAddress.
|
Integer |
getPort()
Gets port.
|
public ServerSettings(String ipAddress, Integer port, String certificateId, List<SSLVPNCipher> cipherList)
ipAddress
- the ip addressport
- the portcertificateId
- the certificate idcipherList
- the cipher listpublic Integer getPort()
The TCP port number. The port number is required to configure the installation package
public String getCertificateId()
Select the server certificate. Notes: SSL VPN service supports only RSA certificates. SSL VPN service supports server certificate that is signed only by the Root CA. Server certificate signed by an Intermediate CA is not supported
String
the certificateIdpublic List<SSLVPNCipher> getCipherList()
Select one or more encryption methods or ciphers
List
of SSLVPNCipher
the cipherListCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.