public class ModifyAddressesBandwidthRequest extends AbstractModel
Constructor and Description |
---|
ModifyAddressesBandwidthRequest() |
ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest 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[] |
getAddressIds()
Get EIP唯一标识ID,形如'eip-xxxxxxx'
|
String |
getEcmRegion()
Get ECM 地域
|
Long |
getInternetMaxBandwidthOut()
Get 调整带宽目标值
|
void |
setAddressIds(String[] AddressIds)
Set EIP唯一标识ID,形如'eip-xxxxxxx'
|
void |
setEcmRegion(String EcmRegion)
Set ECM 地域
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 调整带宽目标值
|
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 ModifyAddressesBandwidthRequest()
public ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM 地域public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds
- EIP唯一标识ID,形如'eip-xxxxxxx'public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- 调整带宽目标值Copyright © 2021. All rights reserved.