Class AdvanceHttps
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.AdvanceHttps
-
public class AdvanceHttps extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerCertgetCertInfo()Get 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。StringgetCipher()Get 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。StringgetCustomTlsStatus()Get 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。ClientCertgetOriginCertInfo()Get 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。String[]getTlsVersion()Get Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。StringgetVerifyOriginType()Get 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。voidsetCertInfo(ServerCert CertInfo)Set 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。voidsetCipher(String Cipher)Set 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。voidsetCustomTlsStatus(String CustomTlsStatus)Set 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。voidsetOriginCertInfo(ClientCert OriginCertInfo)Set 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。voidsetTlsVersion(String[] TlsVersion)Set Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。voidsetVerifyOriginType(String VerifyOriginType)Set 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AdvanceHttps
public AdvanceHttps()
-
AdvanceHttps
public 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.
-
-
Method Detail
-
getCustomTlsStatus
public String getCustomTlsStatus()
Get 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CustomTlsStatus 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。
-
setCustomTlsStatus
public void setCustomTlsStatus(String CustomTlsStatus)
Set 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CustomTlsStatus- 自定义Tls数据开关 注意:此字段可能返回 null,表示取不到有效值。
-
getTlsVersion
public String[] getTlsVersion()
Get Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TlsVersion Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。
-
setTlsVersion
public void setTlsVersion(String[] TlsVersion)
Set Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TlsVersion- Tls版本列表,支持设置 TLSv1, TLSV1.1, TLSV1.2, TLSv1.3,修改时必须开启连续的版本 注意:此字段可能返回 null,表示取不到有效值。
-
getCipher
public String getCipher()
Get 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cipher 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。
-
setCipher
public void setCipher(String Cipher)
Set 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cipher- 自定义加密套件 注意:此字段可能返回 null,表示取不到有效值。
-
getVerifyOriginType
public String getVerifyOriginType()
Get 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VerifyOriginType 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。
-
setVerifyOriginType
public void setVerifyOriginType(String VerifyOriginType)
Set 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VerifyOriginType- 回源双向校验开启状态 off - 关闭校验 oneWay - 校验源站 twoWay - 双向校验 注意:此字段可能返回 null,表示取不到有效值。
-
getCertInfo
public ServerCert getCertInfo()
Get 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CertInfo 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
-
setCertInfo
public void setCertInfo(ServerCert CertInfo)
Set 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CertInfo- 回源层证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
-
getOriginCertInfo
public ClientCert getOriginCertInfo()
Get 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OriginCertInfo 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
-
setOriginCertInfo
public void setOriginCertInfo(ClientCert OriginCertInfo)
Set 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OriginCertInfo- 源站证书配置信息 注意:此字段可能返回 null,表示取不到有效值。
-
-