public static class ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyIpsecConfig
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.
|
构造器和说明 |
---|
ModifyVpnAttachmentAttributeResponseBodyIpsecConfig() |
@NameInMap(value="IpsecAuthAlg") public String ipsecAuthAlg
The authentication algorithm that is used in Phase 2 negotiations.
example:md5
@NameInMap(value="IpsecEncAlg") public String ipsecEncAlg
The encryption algorithm that is used in Phase 2 negotiations.
example:aes
@NameInMap(value="IpsecLifetime") public Long ipsecLifetime
The SA lifetime that is determined by Phase 2 negotiations. Unit: seconds.
example:86400
@NameInMap(value="IpsecPfs") public String ipsecPfs
The DH key exchange algorithm that is used in Phase 2 negotiations.
example:group2
public ModifyVpnAttachmentAttributeResponseBodyIpsecConfig()
public static ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyIpsecConfig build(Map<String,?> map) throws Exception
Exception
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyIpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyIpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyIpsecConfig setIpsecLifetime(Long ipsecLifetime)
public Long getIpsecLifetime()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyIpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
Copyright © 2024. All rights reserved.