public class MultiCertInfo extends AbstractModel
Constructor and Description |
---|
MultiCertInfo() |
MultiCertInfo(MultiCertInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
CertInfo[] |
getCertList()
Get List of listener or rule certificates.
|
String |
getSSLMode()
Get Authentication type.
|
void |
setCertList(CertInfo[] CertList)
Set List of listener or rule certificates.
|
void |
setSSLMode(String SSLMode)
Set Authentication type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public MultiCertInfo()
public MultiCertInfo(MultiCertInfo source)
public String getSSLMode()
public void setSSLMode(String SSLMode)
SSLMode
- Authentication type. Values: `UNIDIRECTIONAL` (one-way authentication), `MUTUAL` (two-way authentication)public CertInfo[] getCertList()
public void setCertList(CertInfo[] CertList)
CertList
- List of listener or rule certificates. One-way and two-way authentication are supported. Only one certificate can be specified for one algorithm. If `SSLMode` is `MUTUAL` (two-way authentication), at least one CA certificate is required.Copyright © 2023. All rights reserved.