public class DisassociateIPv6AddressRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DisassociateIPv6AddressRequest() | 
| DisassociateIPv6AddressRequest(DisassociateIPv6AddressRequest 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 | getIPv6AddressId()Get 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。 | 
| Boolean | getKeepBindWithEni()Get 解绑时是否保持绑定弹性网卡。可选值:true、false。
默认值:false | 
| void | setIPv6AddressId(String IPv6AddressId)Set 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。 | 
| void | setKeepBindWithEni(Boolean KeepBindWithEni)Set 解绑时是否保持绑定弹性网卡。可选值:true、false。
默认值:false | 
| 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 DisassociateIPv6AddressRequest()
public DisassociateIPv6AddressRequest(DisassociateIPv6AddressRequest source)
public String getIPv6AddressId()
public void setIPv6AddressId(String IPv6AddressId)
IPv6AddressId - 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。public Boolean getKeepBindWithEni()
public void setKeepBindWithEni(Boolean KeepBindWithEni)
KeepBindWithEni - 解绑时是否保持绑定弹性网卡。可选值:true、false。
默认值:falseCopyright © 2025. All rights reserved.