public class IngressRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IngressRule()  | 
IngressRule(IngressRule 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 | 
getHost()
Get Host address
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
IngressRuleValue | 
getHttp()
Get ingress rule value 
 | 
String | 
getProtocol()
Get Protocol. 
 | 
void | 
setHost(String Host)
Set Host address
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHttp(IngressRuleValue Http)
Set ingress rule value 
 | 
void | 
setProtocol(String Protocol)
Set Protocol. 
 | 
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 IngressRule()
public IngressRule(IngressRule source)
public IngressRuleValue getHttp()
public void setHttp(IngressRuleValue Http)
Http - ingress rule valuepublic String getHost()
public void setHost(String Host)
Host - Host address
Note: this field may return null, indicating that no valid values can be obtained.public String getProtocol()
public void setProtocol(String Protocol)
Protocol - Protocol. Options include HTTP and HTTPS. The default option is HTTP.Copyright © 2025. All rights reserved.