public class CheckProxyCreateRequest extends AbstractModel
Constructor and Description |
---|
CheckProxyCreateRequest() |
CheckProxyCreateRequest(CheckProxyCreateRequest 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 |
getAccessRegion()
Get 通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到
|
Long |
getBandwidth()
Get 通道带宽上限,单位:Mbps。
|
Long |
getConcurrent()
Get 通道并发量上限,表示同时在线的连接数,单位:万。
|
String |
getGroupId()
Get 如果在通道组下创建通道,需要填写通道组的ID
|
String |
getRealServerRegion()
Get 通道的源站区域。取值可通过接口DescribeDestRegions获取到
|
void |
setAccessRegion(String AccessRegion)
Set 通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到
|
void |
setBandwidth(Long Bandwidth)
Set 通道带宽上限,单位:Mbps。
|
void |
setConcurrent(Long Concurrent)
Set 通道并发量上限,表示同时在线的连接数,单位:万。
|
void |
setGroupId(String GroupId)
Set 如果在通道组下创建通道,需要填写通道组的ID
|
void |
setRealServerRegion(String RealServerRegion)
Set 通道的源站区域。取值可通过接口DescribeDestRegions获取到
|
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 CheckProxyCreateRequest()
public CheckProxyCreateRequest(CheckProxyCreateRequest source)
public String getAccessRegion()
public void setAccessRegion(String AccessRegion)
AccessRegion
- 通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到public String getRealServerRegion()
public void setRealServerRegion(String RealServerRegion)
RealServerRegion
- 通道的源站区域。取值可通过接口DescribeDestRegions获取到public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 通道带宽上限,单位:Mbps。public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent
- 通道并发量上限,表示同时在线的连接数,单位:万。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 如果在通道组下创建通道,需要填写通道组的IDCopyright © 2021. All rights reserved.