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
|
Long |
getHttp3Supported()
Get 该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。
|
String |
getIPAddressVersion()
Get IP版本,可取值:IPv4、IPv6,默认值IPv4
|
String |
getNetworkType()
Get 网络类型,可取值:normal、cn2,默认值normal
|
String |
getPackageType()
Get 通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
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 |
setHttp3Supported(Long Http3Supported)
Set 该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。
|
void |
setIPAddressVersion(String IPAddressVersion)
Set IP版本,可取值:IPv4、IPv6,默认值IPv4
|
void |
setNetworkType(String NetworkType)
Set 网络类型,可取值:normal、cn2,默认值normal
|
void |
setPackageType(String PackageType)
Set 通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
|
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
- 如果在通道组下创建通道,需要填写通道组的IDpublic String getIPAddressVersion()
public void setIPAddressVersion(String IPAddressVersion)
IPAddressVersion
- IP版本,可取值:IPv4、IPv6,默认值IPv4public String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType
- 网络类型,可取值:normal、cn2,默认值normalpublic String getPackageType()
public void setPackageType(String PackageType)
PackageType
- 通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。public Long getHttp3Supported()
public void setHttp3Supported(Long Http3Supported)
Http3Supported
- 该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。Copyright © 2022. All rights reserved.