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 Configuration 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 Configuration information of the origin server certificate
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String[] | getTlsVersion()Get TLS version settings. | 
| String | getVerifyOriginType()Get Origin-pull verification status
`off`: Disables origin-pull verification
`oneWay`: Only verify the origin
`twoWay`: Enables two-way origin-pull verification
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setCertInfo(ServerCert CertInfo)Set Configuration 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 Configuration 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 TLS version settings. | 
| void | setVerifyOriginType(String VerifyOriginType)Set Origin-pull verification status
`off`: Disables origin-pull verification
`oneWay`: Only verify the origin
`twoWay`: Enables two-way origin-pull verification
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 - TLS version settings. 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-pull verification status
`off`: Disables origin-pull verification
`oneWay`: Only verify the origin
`twoWay`: Enables two-way origin-pull verification
Note: this field may return `null`, indicating that no valid values can be obtained.public ServerCert getCertInfo()
public void setCertInfo(ServerCert CertInfo)
CertInfo - Configuration 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 - Configuration information of the origin server certificate
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.