public class CreateUDPListenersRequest extends AbstractModel
| Constructor and Description |
|---|
CreateUDPListenersRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId()
Get 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
String |
getListenerName()
Get 监听器名称
|
Long[] |
getPorts()
Get 监听器端口列表
|
String |
getProxyId()
Get 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
Long[] |
getRealServerPorts()
Get 源站端口列表,该参数仅支持v1版本监听器和通道组监听器
|
String |
getRealServerType()
Get 监听器对应源站类型,支持IP或者DOMAIN类型
|
String |
getScheduler()
Get 监听器源站调度策略,支持轮询(rr),加权轮询(wrr),最小连接数(lc)
|
void |
setGroupId(String GroupId)
Set 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
void |
setListenerName(String ListenerName)
Set 监听器名称
|
void |
setPorts(Long[] Ports)
Set 监听器端口列表
|
void |
setProxyId(String ProxyId)
Set 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
void |
setRealServerPorts(Long[] RealServerPorts)
Set 源站端口列表,该参数仅支持v1版本监听器和通道组监听器
|
void |
setRealServerType(String RealServerType)
Set 监听器对应源站类型,支持IP或者DOMAIN类型
|
void |
setScheduler(String Scheduler)
Set 监听器源站调度策略,支持轮询(rr),加权轮询(wrr),最小连接数(lc)
|
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, toJsonStringpublic String getListenerName()
public void setListenerName(String ListenerName)
ListenerName - 监听器名称public Long[] getPorts()
public void setPorts(Long[] Ports)
Ports - 监听器端口列表public String getScheduler()
public void setScheduler(String Scheduler)
Scheduler - 监听器源站调度策略,支持轮询(rr),加权轮询(wrr),最小连接数(lc)public String getRealServerType()
public void setRealServerType(String RealServerType)
RealServerType - 监听器对应源站类型,支持IP或者DOMAIN类型public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。public Long[] getRealServerPorts()
public void setRealServerPorts(Long[] RealServerPorts)
RealServerPorts - 源站端口列表,该参数仅支持v1版本监听器和通道组监听器Copyright © 2020. All rights reserved.