public class ModifyAddressesBandwidthRequest extends AbstractModel
header, skipSign| 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-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。 | 
| String | getEndTime()Deprecated.   | 
| Long | getInternetMaxBandwidthOut()Get 调整带宽目标值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。 | 
| String | getStartTime()Deprecated.   | 
| void | setAddressIds(String[] AddressIds)Set EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。 | 
| void | setEndTime(String EndTime)Deprecated.   | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 调整带宽目标值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。 | 
| void | setStartTime(String StartTime)Deprecated.   | 
| 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 ModifyAddressesBandwidthRequest()
public ModifyAddressesBandwidthRequest(ModifyAddressesBandwidthRequest source)
public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds - EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - 调整带宽目标值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。@Deprecated public String getStartTime()
@Deprecated public void setStartTime(String StartTime)
StartTime - 包月带宽起始时间(已废弃,输入无效)@Deprecated public String getEndTime()
@Deprecated public void setEndTime(String EndTime)
EndTime - 包月带宽结束时间(已废弃,输入无效)Copyright © 2025. All rights reserved.