public class IngressInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IngressInfo()  | 
IngressInfo(IngressInfo 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 | 
getAddressIPVersion()
Get ip version 
 | 
String | 
getClbId()
Get clb ID
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getClusterId()
Get eks clusterId
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getCreateTime()
Get Creation time. 
 | 
String | 
getEksNamespace()
Get eks namespace 
 | 
Boolean | 
getMixed()
Get Whether to listen on both the HTTP Port 80 and HTTPS Port 443. 
 | 
String | 
getName()
Get ingress name 
 | 
String | 
getNamespaceId()
Get tem namespaceId
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
IngressRule[] | 
getRules()
Get Rules configuration 
 | 
IngressTls[] | 
getTls()
Get TLS configuration
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getVip()
Get clb ip
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setAddressIPVersion(String AddressIPVersion)
Set ip version 
 | 
void | 
setClbId(String ClbId)
Set clb ID
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setClusterId(String ClusterId)
Set eks clusterId
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time. 
 | 
void | 
setEksNamespace(String EksNamespace)
Set eks namespace 
 | 
void | 
setMixed(Boolean Mixed)
Set Whether to listen on both the HTTP Port 80 and HTTPS Port 443. 
 | 
void | 
setName(String Name)
Set ingress name 
 | 
void | 
setNamespaceId(String NamespaceId)
Set tem namespaceId
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRules(IngressRule[] Rules)
Set Rules configuration 
 | 
void | 
setTls(IngressTls[] Tls)
Set TLS configuration
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setVip(String Vip)
Set clb ip
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IngressInfo()
public IngressInfo(IngressInfo source)
public String getNamespaceId()
public void setNamespaceId(String NamespaceId)
NamespaceId - tem namespaceId
Note: this field may return null, indicating that no valid values can be obtained.public String getEksNamespace()
public void setEksNamespace(String EksNamespace)
EksNamespace - eks namespacepublic String getAddressIPVersion()
public void setAddressIPVersion(String AddressIPVersion)
AddressIPVersion - ip versionpublic String getName()
public void setName(String Name)
Name - ingress namepublic IngressRule[] getRules()
public void setRules(IngressRule[] Rules)
Rules - Rules configurationpublic String getClbId()
public void setClbId(String ClbId)
ClbId - clb ID
Note: this field may return null, indicating that no valid values can be obtained.public IngressTls[] getTls()
public void setTls(IngressTls[] Tls)
Tls - TLS configuration
Note: this field may return null, indicating that no valid values can be obtained.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - eks clusterId
Note: this field may return null, indicating that no valid values can be obtained.public String getVip()
public void setVip(String Vip)
Vip - clb ip
Note: this field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time.
Note: this field may return `null`, indicating that no valid value can be obtained.public Boolean getMixed()
public void setMixed(Boolean Mixed)
Mixed - Whether to listen on both the HTTP Port 80 and HTTPS Port 443. The default value is `false`. The optional value `true` means listening on both the HTTP Port 80 and HTTPS Port 443.Copyright © 2025. All rights reserved.