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 Environment cluster ID
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getClusterNamespace()
Get Environment namespace 
 | 
String | 
getCreateTime()
Get Creation time
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getDomain()
Get CLB domain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getEnvironmentId()
Get Environment ID
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getIngressName()
Get ingress name 
 | 
Boolean | 
getMixed()
Get Whether to listen on both the HTTP 80 port and HTTPS 443 port. 
 | 
String | 
getRewriteType()
Get Redirection mode. 
 | 
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 Environment cluster ID
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setClusterNamespace(String ClusterNamespace)
Set Environment namespace 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setDomain(String Domain)
Set CLB domain name
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setEnvironmentId(String EnvironmentId)
Set Environment ID
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setIngressName(String IngressName)
Set ingress name 
 | 
void | 
setMixed(Boolean Mixed)
Set Whether to listen on both the HTTP 80 port and HTTPS 443 port. 
 | 
void | 
setRewriteType(String RewriteType)
Set Redirection mode. 
 | 
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 getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment ID
Note: this field may return `null`, indicating that no valid values can be obtained.public String getClusterNamespace()
public void setClusterNamespace(String ClusterNamespace)
ClusterNamespace - Environment namespacepublic String getAddressIPVersion()
public void setAddressIPVersion(String AddressIPVersion)
AddressIPVersion - ip versionpublic String getIngressName()
public void setIngressName(String IngressName)
IngressName - 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 - Environment cluster ID
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 values can be obtained.public Boolean getMixed()
public void setMixed(Boolean Mixed)
Mixed - Whether to listen on both the HTTP 80 port and HTTPS 443 port. The default value is `false`. The optional value `true` means listening on both the HTTP 80 port and HTTPS 443 port.public String getRewriteType()
public void setRewriteType(String RewriteType)
RewriteType - Redirection mode. Values:
- `AUTO` (automatically redirect HTTP to HTTPS)
- `NONE` (no redirection)
Note: This field may return `null`, indicating that no valid value can be obtained.public String getDomain()
public void setDomain(String Domain)
Domain - CLB domain name
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.