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