public class MigratePrivateIpAddressRequest extends AbstractModel
| Constructor and Description | 
|---|
| MigratePrivateIpAddressRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDestinationNetworkInterfaceId()Get ID of the destination ENI instance to be migrated. | 
| String | getPrivateIpAddress()Get The private IP to be migrated, such as 10.0.0.6. | 
| String | getSourceNetworkInterfaceId()Get ID of the ENI instance bound with the private IP, such as `eni-m6dyj72l`. | 
| void | setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)Set ID of the destination ENI instance to be migrated. | 
| void | setPrivateIpAddress(String PrivateIpAddress)Set The private IP to be migrated, such as 10.0.0.6. | 
| void | setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)Set ID of the ENI instance bound with the private IP, such as `eni-m6dyj72l`. | 
| 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, toJsonStringpublic String getSourceNetworkInterfaceId()
public void setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
SourceNetworkInterfaceId - ID of the ENI instance bound with the private IP, such as `eni-m6dyj72l`.public String getDestinationNetworkInterfaceId()
public void setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)
DestinationNetworkInterfaceId - ID of the destination ENI instance to be migrated.public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress - The private IP to be migrated, such as 10.0.0.6.Copyright © 2020. All rights reserved.