public class IngressTls extends AbstractModel
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[] |
getHosts()
Get host 数组
|
String |
getSecretName()
Get secret name
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 nameCopyright © 2021. All rights reserved.