public class InquiryPriceModifyAddressesBandwidthRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquiryPriceModifyAddressesBandwidthRequest() |
InquiryPriceModifyAddressesBandwidthRequest(InquiryPriceModifyAddressesBandwidthRequest 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,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
Long |
getInternetMaxBandwidthOut()
Get 新带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
void |
setAddressIds(String[] AddressIds)
Set EIP唯一ID,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 新带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
|
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, toJsonString
public InquiryPriceModifyAddressesBandwidthRequest()
public InquiryPriceModifyAddressesBandwidthRequest(InquiryPriceModifyAddressesBandwidthRequest source)
public String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds
- EIP唯一ID,可以使用[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)。Copyright © 2025. All rights reserved.