public static class ModifyVpnConnectionAttributeRequest.ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig
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.
|
Integer |
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.
|
@NameInMap(value="IpsecAuthAlg") public String ipsecAuthAlg
The authentication algorithm that is used in Phase 2 negotiations.
Valid values: md5, sha1, sha256, sha384, and sha512.
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.
example:aes
@NameInMap(value="IpsecLifetime") public Integer ipsecLifetime
The SA lifetime that is determined by Phase 2 negotiations. Unit: seconds. Valid values: 0 to 86400.
example:86400
@NameInMap(value="IpsecPfs") public String ipsecPfs
The DH key exchange algorithm that is used in Phase 2 negotiations.
Valid values: disabled, group1, group2, group5, and group14.
example:group2
public ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig()
public static ModifyVpnConnectionAttributeRequest.ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig build(Map<String,?> map) throws Exception
Exception
public ModifyVpnConnectionAttributeRequest.ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public ModifyVpnConnectionAttributeRequest.ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public ModifyVpnConnectionAttributeRequest.ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecLifetime(Integer ipsecLifetime)
public Integer getIpsecLifetime()
public ModifyVpnConnectionAttributeRequest.ModifyVpnConnectionAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
Copyright © 2024. All rights reserved.