public class ClbHostResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClbHostResult() |
ClbHostResult(ClbHostResult 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 |
getDomain()
Get WAF绑定的域名
|
String |
getDomainId()
Get WAF绑定的实例ID
|
Long |
getFlowMode()
Get 绑定了WAF的情况下,WAF流量模式,1:清洗模式,0:镜像模式(默认)
|
LoadBalancer |
getLoadBalancer()
Get WAF绑定的监听器实例
|
Long |
getStatus()
Get 是否有绑定WAF,1:绑定了WAF,0:没有绑定WAF
|
void |
setDomain(String Domain)
Set WAF绑定的域名
|
void |
setDomainId(String DomainId)
Set WAF绑定的实例ID
|
void |
setFlowMode(Long FlowMode)
Set 绑定了WAF的情况下,WAF流量模式,1:清洗模式,0:镜像模式(默认)
|
void |
setLoadBalancer(LoadBalancer LoadBalancer)
Set WAF绑定的监听器实例
|
void |
setStatus(Long Status)
Set 是否有绑定WAF,1:绑定了WAF,0:没有绑定WAF
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClbHostResult()
public ClbHostResult(ClbHostResult source)
public LoadBalancer getLoadBalancer()
public void setLoadBalancer(LoadBalancer LoadBalancer)
LoadBalancer
- WAF绑定的监听器实例public String getDomain()
public void setDomain(String Domain)
Domain
- WAF绑定的域名public String getDomainId()
public void setDomainId(String DomainId)
DomainId
- WAF绑定的实例IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- 是否有绑定WAF,1:绑定了WAF,0:没有绑定WAFpublic Long getFlowMode()
public void setFlowMode(Long FlowMode)
FlowMode
- 绑定了WAF的情况下,WAF流量模式,1:清洗模式,0:镜像模式(默认)Copyright © 2024. All rights reserved.