public class RemovePrivateIpAddressesRequest extends AbstractModel
header, skipSign| 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 地域,形如ap-xian-ecm。 | 
| String | getNetworkInterfaceId()Get 弹性网卡实例ID,例如:eni-11112222。 | 
| PrivateIpAddressSpecification[] | getPrivateIpAddresses()Get 指定的内网IP信息,单次最多指定10个。 | 
| void | setEcmRegion(String EcmRegion)Set ECM 地域,形如ap-xian-ecm。 | 
| void | setNetworkInterfaceId(String NetworkInterfaceId)Set 弹性网卡实例ID,例如:eni-11112222。 | 
| void | setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)Set 指定的内网IP信息,单次最多指定10个。 | 
| 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, toJsonStringpublic RemovePrivateIpAddressesRequest()
public RemovePrivateIpAddressesRequest(RemovePrivateIpAddressesRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - ECM 地域,形如ap-xian-ecm。public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId - 弹性网卡实例ID,例如:eni-11112222。public PrivateIpAddressSpecification[] getPrivateIpAddresses()
public void setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
PrivateIpAddresses - 指定的内网IP信息,单次最多指定10个。Copyright © 2025. All rights reserved.