public class AssociateIPv6AddressRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssociateIPv6AddressRequest() |
AssociateIPv6AddressRequest(AssociateIPv6AddressRequest 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 Unique ID of the EIPv6, such as eipv6-11112222.
|
String |
getNetworkInterfaceId()
Get ID of the ENI to be bound, such as eni-11112222.
|
String |
getPrivateIPv6Address()
Get Private IPv6 to be bound.
|
void |
setIPv6AddressId(String IPv6AddressId)
Set Unique ID of the EIPv6, such as eipv6-11112222.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set ID of the ENI to be bound, such as eni-11112222.
|
void |
setPrivateIPv6Address(String PrivateIPv6Address)
Set Private IPv6 to be bound.
|
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, toJsonString
public AssociateIPv6AddressRequest()
public AssociateIPv6AddressRequest(AssociateIPv6AddressRequest source)
public String getIPv6AddressId()
public void setIPv6AddressId(String IPv6AddressId)
IPv6AddressId
- Unique ID of the EIPv6, such as eipv6-11112222.public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- ID of the ENI to be bound, such as eni-11112222. NetworkInterfaceId and InstanceId cannot be specified at the same time. The ENI ID can be queried by logging in to the console or obtained from the networkInterfaceId field in the returned value of the DescribeNetworkInterfaces API.public String getPrivateIPv6Address()
public void setPrivateIPv6Address(String PrivateIPv6Address)
PrivateIPv6Address
- Private IPv6 to be bound. If NetworkInterfaceId is specified, PrivateIPv6Address must also be specified, which indicates that the EIP will be bound to the specified private IPv6 of the specified ENI. At the same time, it shall be ensured that the specified PrivateIPv6Address is a private IPv6 on the specified NetworkInterfaceId. The specified ENI's private IPv6 can be queried by logging in to the console or obtained from the Ipv6AddressSet.Address field in the returned value of the DescribeNetworkInterfaces API.Copyright © 2025. All rights reserved.