public class ModifyProxyConfigurationRequest extends AbstractModel
Constructor and Description |
---|
ModifyProxyConfigurationRequest() |
ModifyProxyConfigurationRequest(ModifyProxyConfigurationRequest 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 |
---|---|
Long |
getBandwidth()
Get Target bandwidth.
|
Long |
getBillingType()
Get Billing mode (0: bill-by-bandwidth, 1: bill-by-traffic.
|
String |
getClientToken()
Get A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
Long |
getConcurrent()
Get Target concurrence value.
|
String |
getInstanceId()
Get Connection instance ID; It's an old parameter, please switch to ProxyId.
|
String |
getProxyId()
Get Connection instance ID; It's a new parameter.
|
void |
setBandwidth(Long Bandwidth)
Set Target bandwidth.
|
void |
setBillingType(Long BillingType)
Set Billing mode (0: bill-by-bandwidth, 1: bill-by-traffic.
|
void |
setClientToken(String ClientToken)
Set A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request.
|
void |
setConcurrent(Long Concurrent)
Set Target concurrence value.
|
void |
setInstanceId(String InstanceId)
Set Connection instance ID; It's an old parameter, please switch to ProxyId.
|
void |
setProxyId(String ProxyId)
Set Connection instance ID; 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 ModifyProxyConfigurationRequest()
public ModifyProxyConfigurationRequest(ModifyProxyConfigurationRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Connection instance ID; It's an old parameter, please switch to ProxyId.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- Target bandwidth. Unit: Mbps.
Bandwidth or Concurrent must be set. Use the DescribeAccessRegionsByDestRegion API to obtain the value range.public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent
- Target concurrence value. Unit: 10,000 connections.
Bandwidth or Concurrent must be set. Use the DescribeAccessRegionsByDestRegion API to obtain the value range.public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- A string used to ensure the idempotency of the request, which is generated by the user and must be unique to each request. The maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.
For more information, please see How to Ensure Idempotence.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- Connection instance ID; It's a new parameter.public Long getBillingType()
public void setBillingType(Long BillingType)
BillingType
- Billing mode (0: bill-by-bandwidth, 1: bill-by-traffic. Default value: bill-by-bandwidth)Copyright © 2023. All rights reserved.