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 需要调整到的目标带宽,单位:Mbps。
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
Long |
getBillingType()
Get 计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)
|
String |
getClientToken()
Get 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
更多详细信息请参阅:如何保证幂等性。
|
Long |
getConcurrent()
Get 需要调整到的目标并发值,单位:万。
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
String |
getInstanceId()
Get (旧参数,请切换到ProxyId)通道的实例ID。
|
String |
getProxyId()
Get (新参数)通道的实例ID。
|
void |
setBandwidth(Long Bandwidth)
Set 需要调整到的目标带宽,单位:Mbps。
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
void |
setBillingType(Long BillingType)
Set 计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)
|
void |
setClientToken(String ClientToken)
Set 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
更多详细信息请参阅:如何保证幂等性。
|
void |
setConcurrent(Long Concurrent)
Set 需要调整到的目标并发值,单位:万。
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
|
void |
setInstanceId(String InstanceId)
Set (旧参数,请切换到ProxyId)通道的实例ID。
|
void |
setProxyId(String ProxyId)
Set (新参数)通道的实例ID。
|
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
- (旧参数,请切换到ProxyId)通道的实例ID。public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 需要调整到的目标带宽,单位:Mbps。
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到public Long getConcurrent()
public void setConcurrent(Long Concurrent)
Concurrent
- 需要调整到的目标并发值,单位:万。
Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
更多详细信息请参阅:如何保证幂等性。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- (新参数)通道的实例ID。public Long getBillingType()
public void setBillingType(Long BillingType)
BillingType
- 计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)Copyright © 2022. All rights reserved.