Package cn.ucloud.ipsecvpn.models
Class DescribeVPNTunnelResponse.IPSecData
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ipsecvpn.models.DescribeVPNTunnelResponse.IPSecData
-
- Enclosing class:
- DescribeVPNTunnelResponse
public static class DescribeVPNTunnelResponse.IPSecData extends Response
-
-
Constructor Summary
Constructors Constructor Description IPSecData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIPSecAuthenticationAlgorithm()StringgetIPSecEncryptionAlgorithm()List<String>getIPSecLocalSubnetIds()StringgetIPSecPFSDhGroup()StringgetIPSecProtocol()List<String>getIPSecRemoteSubnets()StringgetIPSecSALifetime()StringgetIPSecSALifetimeBytes()voidsetIPSecAuthenticationAlgorithm(String ipSecAuthenticationAlgorithm)voidsetIPSecEncryptionAlgorithm(String ipSecEncryptionAlgorithm)voidsetIPSecLocalSubnetIds(List<String> ipSecLocalSubnetIds)voidsetIPSecPFSDhGroup(String ipSecPFSDhGroup)voidsetIPSecProtocol(String ipSecProtocol)voidsetIPSecRemoteSubnets(List<String> ipSecRemoteSubnets)voidsetIPSecSALifetime(String ipSecSALifetime)voidsetIPSecSALifetimeBytes(String ipSecSALifetimeBytes)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getIPSecAuthenticationAlgorithm
public String getIPSecAuthenticationAlgorithm()
-
setIPSecAuthenticationAlgorithm
public void setIPSecAuthenticationAlgorithm(String ipSecAuthenticationAlgorithm)
-
getIPSecEncryptionAlgorithm
public String getIPSecEncryptionAlgorithm()
-
setIPSecEncryptionAlgorithm
public void setIPSecEncryptionAlgorithm(String ipSecEncryptionAlgorithm)
-
getIPSecProtocol
public String getIPSecProtocol()
-
setIPSecProtocol
public void setIPSecProtocol(String ipSecProtocol)
-
getIPSecSALifetime
public String getIPSecSALifetime()
-
setIPSecSALifetime
public void setIPSecSALifetime(String ipSecSALifetime)
-
getIPSecSALifetimeBytes
public String getIPSecSALifetimeBytes()
-
setIPSecSALifetimeBytes
public void setIPSecSALifetimeBytes(String ipSecSALifetimeBytes)
-
getIPSecPFSDhGroup
public String getIPSecPFSDhGroup()
-
setIPSecPFSDhGroup
public void setIPSecPFSDhGroup(String ipSecPFSDhGroup)
-
-