public static class EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration.PeerSitePeer Site. | 
| Constructor and Description | 
|---|
| Configuration(String listenerIp,
             Integer listenerPort,
             List<L2VPNEncryptionAlgorithmType> encryptionAlgorithm,
             String serverCertificate,
             List<EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration.PeerSite> peerSites)Instantiates a new | 
| Modifier and Type | Method and Description | 
|---|---|
| List<L2VPNEncryptionAlgorithmType> | getEncryptionAlgorithm()Gets encryptionAlgorithm. | 
| String | getListenerIp()Gets listenerIp. | 
| Integer | getListenerPort()Gets listenerPort. | 
| List<EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration.PeerSite> | getPeerSites()Gets peerSites. | 
| String | getServerCertificate()Gets serverCertificate | 
public Configuration(String listenerIp, Integer listenerPort, List<L2VPNEncryptionAlgorithmType> encryptionAlgorithm, String serverCertificate, List<EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration.PeerSite> peerSites)
listenerIp - the listener iplistenerPort - the listener portencryptionAlgorithm - the encryption algorithmserverCertificate - the server certificatepeerSites - the peer sitespublic String getListenerIp()
IP of external interface on which L2VPN service listens to.
String the listenerIppublic Integer getListenerPort()
Port on which L2VPN service listens to. Default is 443.
Integer the listenerPortpublic List<L2VPNEncryptionAlgorithmType> getEncryptionAlgorithm()
Encryption algorithm for communication between the server and the client. Mandatory.
List of L2VPNEncryptionAlgorithmType the encryptionAlgorithmpublic String getServerCertificate()
Select the certificate to be bound to L2 VPN server. If not specified server will use its default (self-signed) certificate
String the serverCertificatepublic List<EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration.PeerSite> getPeerSites()
To connect multiple sites to the L2 VPN server. Minimum one peer site must be configured to enable L2 VPN server service.
List of EdgeGatewayL2VPNResponse.L2VPNSite.Server.Configuration.PeerSite the peerSitesCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.