public static class CreateVpnConnectionRequest.CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipsecAuthAlg
The authentication algorithm that is used in Phase 2 negotiations.
|
String |
ipsecEncAlg
The encryption algorithm that is used in Phase 2 negotiations.
|
Long |
ipsecLifetime
The SA lifetime that is determined by Phase 2 negotiations.
|
String |
ipsecPfs
The DH key exchange algorithm that is used in Phase 2 negotiations.
|
构造器和说明 |
---|
CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig() |
@NameInMap(value="IpsecAuthAlg") public String ipsecAuthAlg
The authentication algorithm that is used in Phase 2 negotiations.
Valid values: md5, sha1, sha256, sha384, and sha512. Default value: md5.
example:md5
@NameInMap(value="IpsecEncAlg") public String ipsecEncAlg
The encryption algorithm that is used in Phase 2 negotiations.
Valid values: aes, aes192, aes256, des, and 3des. Default value: aes.
example:aes
@NameInMap(value="IpsecLifetime") public Long ipsecLifetime
The SA lifetime that is determined by Phase 2 negotiations. Unit: seconds.
Valid values: 0 to 86400. Default value: 86400.
example:86400
@NameInMap(value="IpsecPfs") public String ipsecPfs
The DH key exchange algorithm that is used in Phase 2 negotiations. Default value: group2.
Valid values: disabled, group1, group2, group5, and group14.
example:group2
public CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig()
public static CreateVpnConnectionRequest.CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig build(Map<String,?> map) throws Exception
Exception
public CreateVpnConnectionRequest.CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public CreateVpnConnectionRequest.CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public CreateVpnConnectionRequest.CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecLifetime(Long ipsecLifetime)
public Long getIpsecLifetime()
public CreateVpnConnectionRequest.CreateVpnConnectionRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
Copyright © 2024. All rights reserved.