public class Layer7Rule extends AbstractModel
header, skipSign
Constructor and Description |
---|
Layer7Rule() |
Layer7Rule(Layer7Rule 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 域名
|
RuleInstanceRelation[] |
getInstanceDetailRule()
Get 规则所属的资源实例
|
InstanceRelation[] |
getInstanceDetails()
Get 资源实例
|
String |
getProtocol()
Get 协议
|
ProxyTypeInfo[] |
getProxyTypeList()
Get 转发类型列表
|
SourceServer[] |
getRealServers()
Get 源站列表
|
Long |
getVport()
Get 端口号
|
void |
setDomain(String Domain)
Set 域名
|
void |
setInstanceDetailRule(RuleInstanceRelation[] InstanceDetailRule)
Set 规则所属的资源实例
|
void |
setInstanceDetails(InstanceRelation[] InstanceDetails)
Set 资源实例
|
void |
setProtocol(String Protocol)
Set 协议
|
void |
setProxyTypeList(ProxyTypeInfo[] ProxyTypeList)
Set 转发类型列表
|
void |
setRealServers(SourceServer[] RealServers)
Set 源站列表
|
void |
setVport(Long Vport)
Set 端口号
|
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, toJsonString
public Layer7Rule()
public Layer7Rule(Layer7Rule source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public ProxyTypeInfo[] getProxyTypeList()
public void setProxyTypeList(ProxyTypeInfo[] ProxyTypeList)
ProxyTypeList
- 转发类型列表public SourceServer[] getRealServers()
public void setRealServers(SourceServer[] RealServers)
RealServers
- 源站列表public InstanceRelation[] getInstanceDetails()
public void setInstanceDetails(InstanceRelation[] InstanceDetails)
InstanceDetails
- 资源实例public RuleInstanceRelation[] getInstanceDetailRule()
public void setInstanceDetailRule(RuleInstanceRelation[] InstanceDetailRule)
InstanceDetailRule
- 规则所属的资源实例public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议public Long getVport()
public void setVport(Long Vport)
Vport
- 端口号Copyright © 2024. All rights reserved.