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 array.
|
String |
getSecretName()
Get Secret name.
|
void |
setCertificateId(String CertificateId)
Set SSL Certificate Id
|
void |
setHosts(String[] Hosts)
Set Host array.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IngressTls()
public IngressTls(IngressTls source)
public String[] getHosts()
public void setHosts(String[] Hosts)
Hosts
- Host array. An empty array indicates the default certificate for all domain names.public String getSecretName()
public void setSecretName(String SecretName)
SecretName
- Secret name. If a certificate is used, this field is left empty.public String getCertificateId()
public void setCertificateId(String CertificateId)
CertificateId
- SSL Certificate IdCopyright © 2024. All rights reserved.