public static class EdgeGatewayL2VPNResponse.L2VPNSite.Client.Configuration extends Object
Constructor and Description |
---|
Configuration(String serverAddress,
int serverPort,
String caCertificate,
List<Integer> vnic,
List<String> egressOptimization,
List<L2VPNEncryptionAlgorithmType> encryptionAlgorithm)
Instantiates a new Client
|
Modifier and Type | Method and Description |
---|---|
String |
getCaCertificate()
Gets ca certificate.
|
List<String> |
getEgressOptimization()
Gets egress optimization.
|
List<L2VPNEncryptionAlgorithmType> |
getEncryptionAlgorithm()
Gets encryption algorithm.
|
String |
getServerAddress()
Gets server address.
|
int |
getServerPort()
Gets server port.
|
List<Integer> |
getVnic()
Gets vnic.
|
public Configuration(String serverAddress, int serverPort, String caCertificate, List<Integer> vnic, List<String> egressOptimization, List<L2VPNEncryptionAlgorithmType> encryptionAlgorithm)
serverAddress
- the server addressserverPort
- the server portcaCertificate
- the ca certificatevnic
- teh vnicegressOptimization
- the egress optimizationencryptionAlgorithm
- the encryption algorithmpublic String getServerAddress()
The IP address of the L2 VPN server to which this client is to be connected.
String
the serverAddresspublic int getServerPort()
The L2 VPN server's port to which the client should connect. The default port is 443.
public String getCaCertificate()
Select the ca certificate to be bound to L2 VPN server.
String
the caCertificatepublic List<String> getEgressOptimization()
The gateway IP addresses for which the traffic should be locally routed or for which traffic is to be blocked over the tunnel
public List<L2VPNEncryptionAlgorithmType> getEncryptionAlgorithm()
Encryption algorithm for communicating with the server
List
of L2VPNEncryptionAlgorithmType
the encryptionAlgorithmCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.