public class AdvanceHttps extends AbstractModel
| Constructor and Description | 
|---|
| AdvanceHttps() | 
| AdvanceHttps(AdvanceHttps 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 | 
|---|---|
| ServerCert | getCertInfo()Get Information of the origin-pull certificate
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getCipher()Get Custom encryption suite
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getCustomTlsStatus()Get Custom TLS data switch
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| ClientCert | getOriginCertInfo()Get Information of the origin server certificate
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String[] | getTlsVersion()Get Specifies the TLS version. | 
| String | getVerifyOriginType()Get Origin authentication type
`off`: disable authentication
`oneWay`: authenticate the origin 
`twoWay`: two-way authentication
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setCertInfo(ServerCert CertInfo)Set Information of the origin-pull certificate
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setCipher(String Cipher)Set Custom encryption suite
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setCustomTlsStatus(String CustomTlsStatus)Set Custom TLS data switch
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setOriginCertInfo(ClientCert OriginCertInfo)Set Information of the origin server certificate
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setTlsVersion(String[] TlsVersion)Set Specifies the TLS version. | 
| void | setVerifyOriginType(String VerifyOriginType)Set Origin authentication type
`off`: disable authentication
`oneWay`: authenticate the origin 
`twoWay`: two-way authentication
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic AdvanceHttps()
public AdvanceHttps(AdvanceHttps source)
public String getCustomTlsStatus()
public void setCustomTlsStatus(String CustomTlsStatus)
CustomTlsStatus - Custom TLS data switch
Note: this field may return `null`, indicating that no valid values can be obtained.public String[] getTlsVersion()
public void setTlsVersion(String[] TlsVersion)
TlsVersion - Specifies the TLS version. Valid values: `TLSv1`, `TLSV1.1`, `TLSV1.2`, and `TLSv1.3`. Only consecutive versions can be enabled at the same time.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getCipher()
public void setCipher(String Cipher)
Cipher - Custom encryption suite
Note: this field may return `null`, indicating that no valid values can be obtained.public String getVerifyOriginType()
public void setVerifyOriginType(String VerifyOriginType)
VerifyOriginType - Origin authentication type
`off`: disable authentication
`oneWay`: authenticate the origin 
`twoWay`: two-way authentication
Note: this field may return `null`, indicating that no valid values can be obtained.public ServerCert getCertInfo()
public void setCertInfo(ServerCert CertInfo)
CertInfo - Information of the origin-pull certificate
Note: this field may return `null`, indicating that no valid values can be obtained.public ClientCert getOriginCertInfo()
public void setOriginCertInfo(ClientCert OriginCertInfo)
OriginCertInfo - Information of the origin server certificate
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.