public static class DownloadVpnConnectionConfigResponseBody.DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipsecAuthAlg
The authentication algorithm in the IPsec phase.
|
String |
ipsecEncAlg
The encryption algorithm in the IPsec phase.
|
Long |
ipsecLifetime
The lifetime in the IPsec phase.
|
String |
ipsecPfs
The DH group in the IPsec phase.
|
构造器和说明 |
---|
DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig() |
@NameInMap(value="IpsecAuthAlg") public String ipsecAuthAlg
The authentication algorithm in the IPsec phase.
example:sha1
@NameInMap(value="IpsecEncAlg") public String ipsecEncAlg
The encryption algorithm in the IPsec phase.
example:aes
@NameInMap(value="IpsecLifetime") public Long ipsecLifetime
The lifetime in the IPsec phase. Unit: seconds.
example:86400
@NameInMap(value="IpsecPfs") public String ipsecPfs
The DH group in the IPsec phase.
example:group2
public DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig()
public static DownloadVpnConnectionConfigResponseBody.DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig build(Map<String,?> map) throws Exception
Exception
public DownloadVpnConnectionConfigResponseBody.DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public DownloadVpnConnectionConfigResponseBody.DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public DownloadVpnConnectionConfigResponseBody.DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig setIpsecLifetime(Long ipsecLifetime)
public Long getIpsecLifetime()
public DownloadVpnConnectionConfigResponseBody.DownloadVpnConnectionConfigResponseBodyVpnConnectionConfigIpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
Copyright © 2024. All rights reserved.