public class IpSecVpnSiteResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| IpSecVpnSiteResponse(boolean enabled,
                    String name,
                    String description,
                    String localId,
                    String localIp,
                    String peerId,
                    String peerIp,
                    String psk,
                    EncryptionAlgorithmResponse encryptionAlgorithm,
                    AuthenticationModeResponse authenticationMode,
                    boolean enablePfs,
                    DHGroupResponse dhGroup,
                    List<String> localSubnets,
                    List<String> peerSubnets) | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthenticationModeResponse | getAuthenticationMode()Get the authentication mode. | 
| String | getDescription()Get the site description. | 
| DHGroupResponse | getDhGroup()Get the diffie-hellman group. | 
| EncryptionAlgorithmResponse | getEncryptionAlgorithm()Get the site encryption algorithm. | 
| String | getLocalId()Get the site local ID. | 
| String | getLocalIp()Get the site local IP. | 
| List<String> | getLocalSubnets()Get the list of local subnets. | 
| String | getName()Get the name. | 
| String | getPeerId()Get the peer ID. | 
| String | getPeerIp()Get the peer IP. | 
| List<String> | getPeerSubnets()Get the list of peer subnets. | 
| String | getPsk()Get the pre shared key. | 
| boolean | isEnabled()Get whether the IPSec VPN site is enabled. | 
| boolean | isEnablePfs()Get whether perfect forward secrecy is enabled. | 
public IpSecVpnSiteResponse(boolean enabled,
                            String name,
                            String description,
                            String localId,
                            String localIp,
                            String peerId,
                            String peerIp,
                            String psk,
                            EncryptionAlgorithmResponse encryptionAlgorithm,
                            AuthenticationModeResponse authenticationMode,
                            boolean enablePfs,
                            DHGroupResponse dhGroup,
                            List<String> localSubnets,
                            List<String> peerSubnets)
public boolean isEnabled()
public String getDescription()
String site descriptionpublic EncryptionAlgorithmResponse getEncryptionAlgorithm()
EncryptionAlgorithmResponse encryption algorithmpublic AuthenticationModeResponse getAuthenticationMode()
AuthenticationModeResponse authentication modepublic boolean isEnablePfs()
public DHGroupResponse getDhGroup()
DHGroupResponse diffie-hellman grouppublic List<String> getLocalSubnets()
String local subnetsCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.