public static class ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ipsecAuthAlg
The authentication algorithm that is used in IPsec Phase 2 negotiations.
|
String |
ipsecEncAlg
The encryption algorithm that is used in IPsec Phase 2 negotiations.
|
Long |
ipsecLifetime
The SA lifetime that is used in IPsec Phase 2 negotiations.
|
String |
ipsecPfs
The DH key exchange algorithm that is used in IPsec Phase 2 negotiations.
|
构造器和说明 |
---|
ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig() |
@NameInMap(value="IpsecAuthAlg") public String ipsecAuthAlg
The authentication algorithm that is used in IPsec Phase 2 negotiations.
sha1
@NameInMap(value="IpsecEncAlg") public String ipsecEncAlg
The encryption algorithm that is used in IPsec Phase 2 negotiations.
aes
@NameInMap(value="IpsecLifetime") public Long ipsecLifetime
The SA lifetime that is used in IPsec 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 IPsec Phase 2 negotiations. Valid values: disabled, group1, group2, group5, and group14.
example:group2
public ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig()
public static ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig build(Map<String,?> map) throws Exception
Exception
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecLifetime(Long ipsecLifetime)
public Long getIpsecLifetime()
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelIpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
Copyright © 2024. All rights reserved.