public class InquiryPriceCreateProxyRequest extends AbstractModel
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 Acceleration region name.
|
Long |
getBandwidth()
Get Connection bandwidth cap.
|
Long |
getBillingType()
Get Billing mode.
|
Long |
getConcurrency()
Get Upper limit of connection concurrence, which indicates a number of simultaneous online connections.
|
Long |
getConcurrent()
Get Upper limit of connection concurrence, which indicates a number of simultaneous online connections.
|
String |
getDestRegion()
Get Origin server region name.
|
Long |
getHttp3Supported()
Get (Disused) HTTP3.0 is supported by default when `IPAddressVersion` is `IPv4`.
|
String |
getIPAddressVersion()
Get IP version.
|
String |
getNetworkType()
Get Network type.
|
String |
getPackageType()
Get Package type of connection groups.
|
String |
getRealServerRegion()
Get Origin server region name; It's a new parameter.
|
void |
setAccessRegion(String AccessRegion)
Set Acceleration region name.
|
void |
setBandwidth(Long Bandwidth)
Set Connection bandwidth cap.
|
void |
setBillingType(Long BillingType)
Set Billing mode.
|
void |
setConcurrency(Long Concurrency)
Set Upper limit of connection concurrence, which indicates a number of simultaneous online connections.
|
void |
setConcurrent(Long Concurrent)
Set Upper limit of connection concurrence, which indicates a number of simultaneous online connections.
|
void |
setDestRegion(String DestRegion)
Set Origin server region name.
|
void |
setHttp3Supported(Long Http3Supported)
Set (Disused) HTTP3.0 is supported by default when `IPAddressVersion` is `IPv4`.
|
void |
setIPAddressVersion(String IPAddressVersion)
Set IP version.
|
void |
setNetworkType(String NetworkType)
Set Network type.
|
void |
setPackageType(String PackageType)
Set Package type of connection groups.
|
void |
setRealServerRegion(String RealServerRegion)
Set Origin server region name; It's a new parameter.
|
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 InquiryPriceCreateProxyRequest()
public InquiryPriceCreateProxyRequest(InquiryPriceCreateProxyRequest source)
public String getAccessRegion()
public void setAccessRegion(String AccessRegion)
AccessRegion
- Acceleration region name.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- Connection bandwidth cap. Unit: Mbps.public String getDestRegion()
public void setDestRegion(String DestRegion)
DestRegion
- Origin server region name. It's an old parameter, please switch to RealServerRegion.public Long getConcurrency()
public void setConcurrency(Long Concurrency)
Concurrency
- Upper limit of connection concurrence, which indicates a number of simultaneous online connections. Unit: 10,000 connections. It's an old parameter, please switch to Concurrent.public String getRealServerRegion()
public void setRealServerRegion(String RealServerRegion)
RealServerRegion
- Origin server region name; It's a new parameter.public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent
- Upper limit of connection concurrence, which indicates a number of simultaneous online connections. Unit: 10,000 connections. It's a new parameter.public Long getBillingType()
public void setBillingType(Long BillingType)
BillingType
- Billing mode. Valid values: 0: bill-by-bandwidth (default value); 1: bill-by-traffic.public String getIPAddressVersion()
public void setIPAddressVersion(String IPAddressVersion)
IPAddressVersion
- IP version. Valid values: `IPv4` (default), `IPv6`.public String getNetworkType()
public void setNetworkType(String NetworkType)
NetworkType
- Network type. Valid values: `normal` (default), `cn2`public String getPackageType()
public void setPackageType(String PackageType)
PackageType
- Package type of connection groups. Valid values: `Thunder` (general), `Accelerator` (specific for games), and `CrossBorder` (cross-MLC-border connection).public Long getHttp3Supported()
public void setHttp3Supported(Long Http3Supported)
Http3Supported
- (Disused) HTTP3.0 is supported by default when `IPAddressVersion` is `IPv4`.Copyright © 2023. All rights reserved.