public class ModifyIpv6AddressesAttributeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyIpv6AddressesAttributeRequest() | 
| ModifyIpv6AddressesAttributeRequest(ModifyIpv6AddressesAttributeRequest 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 | getEcmRegion()Get ECM 地域 | 
| Ipv6Address[] | getIpv6Addresses()Get 指定的IPv6地址信息。 | 
| String | getNetworkInterfaceId()Get 弹性网卡实例ID,形如:eni-m6dyj72l。 | 
| void | setEcmRegion(String EcmRegion)Set ECM 地域 | 
| void | setIpv6Addresses(Ipv6Address[] Ipv6Addresses)Set 指定的IPv6地址信息。 | 
| void | setNetworkInterfaceId(String NetworkInterfaceId)Set 弹性网卡实例ID,形如:eni-m6dyj72l。 | 
| 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 ModifyIpv6AddressesAttributeRequest()
public ModifyIpv6AddressesAttributeRequest(ModifyIpv6AddressesAttributeRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - ECM 地域public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId - 弹性网卡实例ID,形如:eni-m6dyj72l。public Ipv6Address[] getIpv6Addresses()
public void setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Ipv6Addresses - 指定的IPv6地址信息。Copyright © 2025. All rights reserved.