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 Indicates the unique ID of the EIPv6, such as eipv6-11112222. 
 | 
Boolean | 
getKeepBindWithEni()
Get Indicates whether to keep the ENI bound when unbinding. 
 | 
void | 
setIPv6AddressId(String IPv6AddressId)
Set Indicates the unique ID of the EIPv6, such as eipv6-11112222. 
 | 
void | 
setKeepBindWithEni(Boolean KeepBindWithEni)
Set Indicates whether to keep the ENI bound when unbinding. 
 | 
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 - Indicates the unique ID of the EIPv6, such as eipv6-11112222.public Boolean getKeepBindWithEni()
public void setKeepBindWithEni(Boolean KeepBindWithEni)
KeepBindWithEni - Indicates whether to keep the ENI bound when unbinding.Copyright © 2025. All rights reserved.