public class AssignIpv6AddressesRequest extends AbstractModel
Constructor and Description |
---|
AssignIpv6AddressesRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getIpv6AddressCount()
Get The number of automatically assigned `IPv6` addresses.
|
Ipv6Address[] |
getIpv6Addresses()
Get The specified `IPv6` address list.
|
String |
getNetworkInterfaceId()
Get The `ID` of the ENI instance, such as `eni-m6dyj72l`.
|
void |
setIpv6AddressCount(Long Ipv6AddressCount)
Set The number of automatically assigned `IPv6` addresses.
|
void |
setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Set The specified `IPv6` address list.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set The `ID` of the ENI instance, 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 String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- The `ID` of the ENI instance, such as `eni-m6dyj72l`.public Ipv6Address[] getIpv6Addresses()
public void setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Ipv6Addresses
- The specified `IPv6` address list. You can specify a maximum of 10 at one time. The quota is calculated together with the `Ipv6AddressCount` input parameter.public Long getIpv6AddressCount()
public void setIpv6AddressCount(Long Ipv6AddressCount)
Ipv6AddressCount
- The number of automatically assigned `IPv6` addresses. The total number of private IP addresses cannot exceed the quota. The quota is calculated together with the `Ipv6Addresses` input parameter.Copyright © 2020. All rights reserved.