public class MigratePrivateIpAddressRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MigratePrivateIpAddressRequest() | 
| MigratePrivateIpAddressRequest(MigratePrivateIpAddressRequest 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 | getDestinationNetworkInterfaceId()Get 待迁移的目的弹性网卡实例ID。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。 | 
| String | getPrivateIpAddress()Get 迁移的内网IP地址,例如:10.0.0.6。 | 
| String | getSourceNetworkInterfaceId()Get 当内网IP绑定的弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。 | 
| void | setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)Set 待迁移的目的弹性网卡实例ID。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。 | 
| void | setPrivateIpAddress(String PrivateIpAddress)Set 迁移的内网IP地址,例如:10.0.0.6。 | 
| void | setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)Set 当内网IP绑定的弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。 | 
| 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 MigratePrivateIpAddressRequest()
public MigratePrivateIpAddressRequest(MigratePrivateIpAddressRequest source)
public String getSourceNetworkInterfaceId()
public void setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
SourceNetworkInterfaceId - 当内网IP绑定的弹性网卡实例ID,例如:eni-m6dyj72l。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。public String getDestinationNetworkInterfaceId()
public void setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)
DestinationNetworkInterfaceId - 待迁移的目的弹性网卡实例ID。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress - 迁移的内网IP地址,例如:10.0.0.6。Copyright © 2025. All rights reserved.