public class ModifyPrivateIpAddressesAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyPrivateIpAddressesAttributeRequest() |
ModifyPrivateIpAddressesAttributeRequest(ModifyPrivateIpAddressesAttributeRequest 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 Region information of the ECM node, such as `ap-xian-ecm`.
|
String |
getNetworkInterfaceId()
Get ENI instance ID, such as `eni-m6dyj72l`.
|
PrivateIpAddressSpecification[] |
getPrivateIpAddresses()
Get Information of the specified private IP addresses.
|
void |
setEcmRegion(String EcmRegion)
Set Region information of the ECM node, 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 IP addresses.
|
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 ModifyPrivateIpAddressesAttributeRequest()
public ModifyPrivateIpAddressesAttributeRequest(ModifyPrivateIpAddressesAttributeRequest source)
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- ENI instance ID, such as `eni-m6dyj72l`.public PrivateIpAddressSpecification[] getPrivateIpAddresses()
public void setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
PrivateIpAddresses
- Information of the specified private IP addresses.public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- Region information of the ECM node, such as `ap-xian-ecm`.Copyright © 2024. All rights reserved.