public class AssignIpv6AddressesRequest extends AbstractModel
Constructor and Description |
---|
AssignIpv6AddressesRequest() |
AssignIpv6AddressesRequest(AssignIpv6AddressesRequest 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
|
Long |
getIpv6AddressCount()
Get Number of automatically assigned IPv6 addresses.
|
Ipv6Address[] |
getIpv6Addresses()
Get List of specified IPv6 addresses.
|
String |
getIpv6ISP()
Get Ipv6 ISP.
|
String |
getNetworkInterfaceId()
Get ENI instance ID, such as `eni-1snva0vd`.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
void |
setIpv6AddressCount(Long Ipv6AddressCount)
Set Number of automatically assigned IPv6 addresses.
|
void |
setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Set List of specified IPv6 addresses.
|
void |
setIpv6ISP(String Ipv6ISP)
Set Ipv6 ISP.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set ENI instance ID, such as `eni-1snva0vd`.
|
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 AssignIpv6AddressesRequest()
public AssignIpv6AddressesRequest(AssignIpv6AddressesRequest 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-1snva0vd`. Currently, only the primary ENI will be assigned the ID.public Ipv6Address[] getIpv6Addresses()
public void setIpv6Addresses(Ipv6Address[] Ipv6Addresses)
Ipv6Addresses
- List of specified IPv6 addresses. You can specify up to 10 IPv6 addresses at a time. The quota is calculated together with that of `Ipv6AddressCount`, a required input parameter alternative to this one.public Long getIpv6AddressCount()
public void setIpv6AddressCount(Long Ipv6AddressCount)
Ipv6AddressCount
- Number of automatically assigned IPv6 addresses. The total number of private IP addresses cannot exceed the quota. The quota is calculated together with that of `Ipv6Addresses`, a required input parameter alternative to this one.public String getIpv6ISP()
public void setIpv6ISP(String Ipv6ISP)
Ipv6ISP
- Ipv6 ISP. Valid values:
`CTCC`: China Telecom
`CUCC`: China Unicom
`CMCC`: China MobileCopyright © 2023. All rights reserved.