public class RemovePrivateIpAddressesRequest extends AbstractModel
Constructor and Description |
---|
RemovePrivateIpAddressesRequest() |
RemovePrivateIpAddressesRequest(RemovePrivateIpAddressesRequest 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-11112222`.
|
PrivateIpAddressSpecification[] |
getPrivateIpAddresses()
Get Information of the specified private IPs.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region, such as `ap-xian-ecm`.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set ENI instance ID, such as `eni-11112222`.
|
void |
setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set Information of the specified private IPs.
|
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 RemovePrivateIpAddressesRequest()
public RemovePrivateIpAddressesRequest(RemovePrivateIpAddressesRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM region, such as `ap-xian-ecm`.public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- ENI instance ID, such as `eni-11112222`.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.Copyright © 2023. All rights reserved.