public class IngressTls extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IngressTls() | 
| IngressTls(IngressTls 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 | 
|---|---|
| String | getCertificateId()Get SSL Certificate Id | 
| String[] | getHosts()Get host 数组, 空数组表示全部域名的默认证书 | 
| String | getSecretName()Get secret name,如使用证书,则填空字符串 | 
| void | setCertificateId(String CertificateId)Set SSL Certificate Id | 
| void | setHosts(String[] Hosts)Set host 数组, 空数组表示全部域名的默认证书 | 
| void | setSecretName(String SecretName)Set secret name,如使用证书,则填空字符串 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IngressTls()
public IngressTls(IngressTls source)
public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts - host 数组, 空数组表示全部域名的默认证书public String getSecretName()
public void setSecretName(String SecretName)
SecretName - secret name,如使用证书,则填空字符串public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId - SSL Certificate IdCopyright © 2025. All rights reserved.