public class ReleaseIp6AddressesBandwidthRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ReleaseIp6AddressesBandwidthRequest() | 
| ReleaseIp6AddressesBandwidthRequest(ReleaseIp6AddressesBandwidthRequest 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[] | getIp6Addresses()Get IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。 | 
| String[] | getIp6AddressIds()Get IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。 | 
| void | setIp6Addresses(String[] Ip6Addresses)Set IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。 | 
| void | setIp6AddressIds(String[] Ip6AddressIds)Set IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。 | 
| 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 ReleaseIp6AddressesBandwidthRequest()
public ReleaseIp6AddressesBandwidthRequest(ReleaseIp6AddressesBandwidthRequest source)
public String[] getIp6Addresses()
public void setIp6Addresses(String[] Ip6Addresses)
Ip6Addresses - IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。public String[] getIp6AddressIds()
public void setIp6AddressIds(String[] Ip6AddressIds)
Ip6AddressIds - IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。Copyright © 2025. All rights reserved.