public class AssignPrivateIpAddressesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AssignPrivateIpAddressesRequest() |
AssignPrivateIpAddressesRequest(AssignPrivateIpAddressesRequest 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, such as `ap-xian-ecm`.
|
String |
getNetworkInterfaceId()
Get ENI instance ID, such as `eni-m6dyj72l`.
|
PrivateIpAddressSpecification[] |
getPrivateIpAddresses()
Get Information of the specified private IPs.
|
Long |
getSecondaryPrivateIpAddressCount()
Get Number of private IP addresses applied for.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region, such as `ap-xian-ecm`.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set ENI instance ID, such as `eni-m6dyj72l`.
|
void |
setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set Information of the specified private IPs.
|
void |
setSecondaryPrivateIpAddressCount(Long SecondaryPrivateIpAddressCount)
Set Number of private IP addresses applied for.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AssignPrivateIpAddressesRequest()
public AssignPrivateIpAddressesRequest(AssignPrivateIpAddressesRequest source)
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- ENI instance ID, such as `eni-m6dyj72l`.public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM region, such as `ap-xian-ecm`.public PrivateIpAddressSpecification[] getPrivateIpAddresses()
public void setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
PrivateIpAddresses
- Information of the specified private IPs. You can specify up to 10 IPs at a time. You must provide either this parameter or `SecondaryPrivateIpAddressCount`, or both.public Long getSecondaryPrivateIpAddressCount()
public void setSecondaryPrivateIpAddressCount(Long SecondaryPrivateIpAddressCount)
SecondaryPrivateIpAddressCount
- Number of private IP addresses applied for. You must provide either this parameter or `PrivateIpAddresses`, or both. The total number of private IP addresses cannot exceed the quota.Copyright © 2024. All rights reserved.