public class InquiryPriceCreateProxyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InquiryPriceCreateProxyRequest() | 
| InquiryPriceCreateProxyRequest(InquiryPriceCreateProxyRequest 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 加速区域名称。 | 
| Long | getBandwidth()Get 通道带宽上限,单位:Mbps。 | 
| Long | getBillingType()Get 计费方式,0表示按带宽计费,1表示按流量计费。默认按带宽计费 | 
| Long | getConcurrency()Get (此参数为旧参数,请填写新参数Concurrent,二者必须填写一个)通道并发量上限,表示同时在线的连接数,单位:万。 | 
| Long | getConcurrent()Get (新参数)通道并发量上限,表示同时在线的连接数,单位:万。 | 
| String | getDestRegion()Get (旧参数,请切换到RealServerRegion)源站区域名称。 | 
| 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 (新参数)源站区域名称。 | 
| void | setAccessRegion(String AccessRegion)Set 加速区域名称。 | 
| void | setBandwidth(Long Bandwidth)Set 通道带宽上限,单位:Mbps。 | 
| void | setBillingType(Long BillingType)Set 计费方式,0表示按带宽计费,1表示按流量计费。默认按带宽计费 | 
| void | setConcurrency(Long Concurrency)Set (此参数为旧参数,请填写新参数Concurrent,二者必须填写一个)通道并发量上限,表示同时在线的连接数,单位:万。 | 
| void | setConcurrent(Long Concurrent)Set (新参数)通道并发量上限,表示同时在线的连接数,单位:万。 | 
| void | setDestRegion(String DestRegion)Set (旧参数,请切换到RealServerRegion)源站区域名称。 | 
| 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 (新参数)源站区域名称。 | 
| 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, toJsonStringpublic InquiryPriceCreateProxyRequest()
public InquiryPriceCreateProxyRequest(InquiryPriceCreateProxyRequest source)
public String getAccessRegion()
public void setAccessRegion(String AccessRegion)
AccessRegion - 加速区域名称。public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 通道带宽上限,单位:Mbps。public String getDestRegion()
public void setDestRegion(String DestRegion)
DestRegion - (旧参数,请切换到RealServerRegion)源站区域名称。public Long getConcurrency()
public void setConcurrency(Long Concurrency)
Concurrency - (此参数为旧参数,请填写新参数Concurrent,二者必须填写一个)通道并发量上限,表示同时在线的连接数,单位:万。public String getRealServerRegion()
public void setRealServerRegion(String RealServerRegion)
RealServerRegion - (新参数)源站区域名称。public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent - (新参数)通道并发量上限,表示同时在线的连接数,单位:万。public Long getBillingType()
public void setBillingType(Long BillingType)
BillingType - 计费方式,0表示按带宽计费,1表示按流量计费。默认按带宽计费public 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 © 2025. All rights reserved.