Class ModifyAddressesBandwidthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyAddressesBandwidthRequest
-
public class ModifyAddressesBandwidthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getAddressIds()Get EIP唯一标识ID列表,形如'eip-xxxx'StringgetEndTime()Get 包月带宽结束时间(已废弃,输入无效)LonggetInternetMaxBandwidthOut()Get 调整带宽目标值StringgetStartTime()Get 包月带宽起始时间(已废弃,输入无效)voidsetAddressIds(String[] AddressIds)Set EIP唯一标识ID列表,形如'eip-xxxx'voidsetEndTime(String EndTime)Set 包月带宽结束时间(已废弃,输入无效)voidsetInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 调整带宽目标值voidsetStartTime(String StartTime)Set 包月带宽起始时间(已废弃,输入无效)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyAddressesBandwidthRequest
public ModifyAddressesBandwidthRequest()
-
ModifyAddressesBandwidthRequest
public 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.
-
-
Method Detail
-
getAddressIds
public String[] getAddressIds()
Get EIP唯一标识ID列表,形如'eip-xxxx'- Returns:
- AddressIds EIP唯一标识ID列表,形如'eip-xxxx'
-
setAddressIds
public void setAddressIds(String[] AddressIds)
Set EIP唯一标识ID列表,形如'eip-xxxx'- Parameters:
AddressIds- EIP唯一标识ID列表,形如'eip-xxxx'
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get 调整带宽目标值- Returns:
- InternetMaxBandwidthOut 调整带宽目标值
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 调整带宽目标值- Parameters:
InternetMaxBandwidthOut- 调整带宽目标值
-
getStartTime
public String getStartTime()
Get 包月带宽起始时间(已废弃,输入无效)- Returns:
- StartTime 包月带宽起始时间(已废弃,输入无效)
-
setStartTime
public void setStartTime(String StartTime)
Set 包月带宽起始时间(已废弃,输入无效)- Parameters:
StartTime- 包月带宽起始时间(已废弃,输入无效)
-
getEndTime
public String getEndTime()
Get 包月带宽结束时间(已废弃,输入无效)- Returns:
- EndTime 包月带宽结束时间(已废弃,输入无效)
-
setEndTime
public void setEndTime(String EndTime)
Set 包月带宽结束时间(已废弃,输入无效)- Parameters:
EndTime- 包月带宽结束时间(已废弃,输入无效)
-
-