public class MigratePrivateIpAddressRequest extends AbstractModel
Constructor and Description |
---|
MigratePrivateIpAddressRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationNetworkInterfaceId()
Get 待迁移的目的弹性网卡实例ID。
|
String |
getEcmRegion()
Get ECM 地域
|
String |
getPrivateIpAddress()
Get 迁移的内网IP地址,例如:10.0.0.6。
|
String |
getSourceNetworkInterfaceId()
Get 当内网IP绑定的弹性网卡实例ID,例如:eni-11112222。
|
void |
setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)
Set 待迁移的目的弹性网卡实例ID。
|
void |
setEcmRegion(String EcmRegion)
Set ECM 地域
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set 迁移的内网IP地址,例如:10.0.0.6。
|
void |
setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
Set 当内网IP绑定的弹性网卡实例ID,例如:eni-11112222。
|
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 String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM 地域public String getSourceNetworkInterfaceId()
public void setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
SourceNetworkInterfaceId
- 当内网IP绑定的弹性网卡实例ID,例如:eni-11112222。public String getDestinationNetworkInterfaceId()
public void setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)
DestinationNetworkInterfaceId
- 待迁移的目的弹性网卡实例ID。public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress
- 迁移的内网IP地址,例如:10.0.0.6。Copyright © 2020. All rights reserved.