public class IngressRule extends AbstractModel
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 地址
注意:此字段可能返回 null,表示取不到有效值。
|
IngressRuleValue |
getHttp()
Get ingress rule value
|
String |
getProtocol()
Get 协议,选项为 http, https,默认为 http
|
void |
setHost(String Host)
Set host 地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHttp(IngressRuleValue Http)
Set ingress rule value
|
void |
setProtocol(String Protocol)
Set 协议,选项为 http, https,默认为 http
|
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 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 地址
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议,选项为 http, https,默认为 httpCopyright © 2022. All rights reserved.