| Package | Description | 
|---|---|
| com.tencentcloudapi.tem.v20201221.models | 
| Modifier and Type | Method and Description | 
|---|---|
IngressInfo | 
ModifyIngressRequest.getIngress()
Get Ingress rule configuration 
 | 
IngressInfo[] | 
DescribeIngressesResponse.getResult()
Get Ingress array
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
IngressInfo[] | 
DescribeRelatedIngressesResponse.getResult()
Get Ingress array. 
 | 
IngressInfo | 
DescribeIngressResponse.getResult()
Get Ingress rule configuration 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModifyIngressRequest.setIngress(IngressInfo Ingress)
Set Ingress rule configuration 
 | 
void | 
DescribeIngressResponse.setResult(IngressInfo Result)
Set Ingress rule configuration 
 | 
void | 
DescribeIngressesResponse.setResult(IngressInfo[] Result)
Set Ingress array
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
DescribeRelatedIngressesResponse.setResult(IngressInfo[] Result)
Set Ingress array. 
 | 
| Constructor and Description | 
|---|
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. 
 | 
Copyright © 2025. All rights reserved.