public static class ListIpsecServersResponseBody.ListIpsecServersResponseBodyIpsecServersIpsecConfig
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 Diffie-Hellman key exchange algorithm.
|
构造器和说明 |
---|
ListIpsecServersResponseBodyIpsecServersIpsecConfig() |
@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 Diffie-Hellman key exchange algorithm.
example:group2
public ListIpsecServersResponseBodyIpsecServersIpsecConfig()
public static ListIpsecServersResponseBody.ListIpsecServersResponseBodyIpsecServersIpsecConfig build(Map<String,?> map) throws Exception
Exception
public ListIpsecServersResponseBody.ListIpsecServersResponseBodyIpsecServersIpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public ListIpsecServersResponseBody.ListIpsecServersResponseBodyIpsecServersIpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public ListIpsecServersResponseBody.ListIpsecServersResponseBodyIpsecServersIpsecConfig setIpsecLifetime(Long ipsecLifetime)
public Long getIpsecLifetime()
public ListIpsecServersResponseBody.ListIpsecServersResponseBodyIpsecServersIpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
Copyright © 2024. All rights reserved.