public class ModifyIpv6AddressesAttributeRequest extends AbstractModel
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 region
|
Ipv6Address[] |
getIpv6Addresses()
Get Information of the specified IPv6 addresses.
|
String |
getNetworkInterfaceId()
Get ENI instance ID, such as `eni-m6dyj72l`.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Set Information of the specified IPv6 addresses.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set ENI instance ID, such as `eni-m6dyj72l`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyIpv6AddressesAttributeRequest()
public ModifyIpv6AddressesAttributeRequest(ModifyIpv6AddressesAttributeRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionpublic String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- ENI instance ID, such as `eni-m6dyj72l`.public Ipv6Address[] getIpv6Addresses()
public void setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Ipv6Addresses
- Information of the specified IPv6 addresses.Copyright © 2023. All rights reserved.