public static class ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
ciphers
The supported cipher suites.
|
String |
securityPolicyId
The TLS security policy ID.
|
List<String> |
tlsVersions
The supported TLS protocol versions.
|
构造器和说明 |
---|
ListSystemSecurityPoliciesResponseBodySecurityPolicies() |
@NameInMap(value="Ciphers") public List<String> ciphers
The supported cipher suites. The value of this parameter is determined by the value of **TLSVersions**.
The specified cipher suites must be supported by at least one value of **TLSVersions**. For example, if you set TLSVersions to **TLSv1.3**, you must specify cipher suites that are supported by **TLSv1.3**.
* Valid values when TLSVersions is set to **TLSv1.0** or **TLSv1.1**:
* ECDHE-ECDSA-AES128-SHA
* ECDHE-ECDSA-AES256-SHA
* ECDHE-RSA-AES128-SHA
* ECDHE-RSA-AES256-SHA
* AES128-SHA
* AES256-SHA
* DES-CBC3-SHA
* Valid values when TLSVersions is set to **TLSv1.2**:
ECDHE-ECDSA-AES128-SHA ECDHE-ECDSA-AES256-SHA ECDHE-RSA-AES128-SHA ECDHE-RSA-AES256-SHA AES128-SHA AES256-SHA DES-CBC3-SHA ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-SHA256 ECDHE-ECDSA-AES256-SHA384 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-RSA-AES128-SHA256 ECDHE-RSA-AES256-SHA384 AES128-GCM-SHA256 AES256-GCM-SHA384 AES128-SHA256 AES256-SHA256
* Valid values when TLSVersions is set to **TLSv1.3**:
TLS_AES\_128\_GCM_SHA256 TLS_AES\_256\_GCM_SHA384 TLS_CHACHA20\_POLY1305\_SHA256 TLS_AES\_128\_CCM_SHA256 TLS_AES\_128\_CCM\_8\_SHA256
@NameInMap(value="SecurityPolicyId") public String securityPolicyId
The TLS security policy ID.
public ListSystemSecurityPoliciesResponseBodySecurityPolicies()
public static ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies build(Map<String,?> map) throws Exception
Exception
public ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies setCiphers(List<String> ciphers)
public ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies setSecurityPolicyId(String securityPolicyId)
public String getSecurityPolicyId()
public ListSystemSecurityPoliciesResponseBody.ListSystemSecurityPoliciesResponseBodySecurityPolicies setTlsVersions(List<String> tlsVersions)
Copyright © 2024. All rights reserved.