Class ModifyIp6AddressesBandwidthRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyIp6AddressesBandwidthRequest
-
public class ModifyIp6AddressesBandwidthRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyIp6AddressesBandwidthRequest()ModifyIp6AddressesBandwidthRequest(ModifyIp6AddressesBandwidthRequest 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 LonggetInternetMaxBandwidthOut()Get 修改的目标带宽,单位MbpsString[]getIp6Addresses()Get IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个String[]getIp6AddressIds()Get IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个voidsetInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 修改的目标带宽,单位MbpsvoidsetIp6Addresses(String[] Ip6Addresses)Set IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个voidsetIp6AddressIds(String[] Ip6AddressIds)Set IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个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
-
ModifyIp6AddressesBandwidthRequest
public ModifyIp6AddressesBandwidthRequest()
-
ModifyIp6AddressesBandwidthRequest
public ModifyIp6AddressesBandwidthRequest(ModifyIp6AddressesBandwidthRequest 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
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get 修改的目标带宽,单位Mbps- Returns:
- InternetMaxBandwidthOut 修改的目标带宽,单位Mbps
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 修改的目标带宽,单位Mbps- Parameters:
InternetMaxBandwidthOut- 修改的目标带宽,单位Mbps
-
getIp6Addresses
public String[] getIp6Addresses()
Get IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个- Returns:
- Ip6Addresses IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
-
setIp6Addresses
public void setIp6Addresses(String[] Ip6Addresses)
Set IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个- Parameters:
Ip6Addresses- IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
-
getIp6AddressIds
public String[] getIp6AddressIds()
Get IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个- Returns:
- Ip6AddressIds IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
-
setIp6AddressIds
public void setIp6AddressIds(String[] Ip6AddressIds)
Set IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个- Parameters:
Ip6AddressIds- IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
-
-