Class MigratePrivateIpAddressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.MigratePrivateIpAddressRequest
-
public class MigratePrivateIpAddressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationNetworkInterfaceId()Get 待迁移的目的弹性网卡实例ID。StringgetEcmRegion()Get ECM 地域,形如ap-xian-ecm。StringgetPrivateIpAddress()Get 迁移的内网IP地址,例如:10.0.0.6。StringgetSourceNetworkInterfaceId()Get 当前内网IP绑定的弹性网卡实例ID,例如:eni-11112222。voidsetDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)Set 待迁移的目的弹性网卡实例ID。voidsetEcmRegion(String EcmRegion)Set ECM 地域,形如ap-xian-ecm。voidsetPrivateIpAddress(String PrivateIpAddress)Set 迁移的内网IP地址,例如:10.0.0.6。voidsetSourceNetworkInterfaceId(String SourceNetworkInterfaceId)Set 当前内网IP绑定的弹性网卡实例ID,例如:eni-11112222。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MigratePrivateIpAddressRequest
public MigratePrivateIpAddressRequest()
-
MigratePrivateIpAddressRequest
public 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.
-
-
Method Detail
-
getEcmRegion
public String getEcmRegion()
Get ECM 地域,形如ap-xian-ecm。- Returns:
- EcmRegion ECM 地域,形如ap-xian-ecm。
-
setEcmRegion
public void setEcmRegion(String EcmRegion)
Set ECM 地域,形如ap-xian-ecm。- Parameters:
EcmRegion- ECM 地域,形如ap-xian-ecm。
-
getSourceNetworkInterfaceId
public String getSourceNetworkInterfaceId()
Get 当前内网IP绑定的弹性网卡实例ID,例如:eni-11112222。- Returns:
- SourceNetworkInterfaceId 当前内网IP绑定的弹性网卡实例ID,例如:eni-11112222。
-
setSourceNetworkInterfaceId
public void setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
Set 当前内网IP绑定的弹性网卡实例ID,例如:eni-11112222。- Parameters:
SourceNetworkInterfaceId- 当前内网IP绑定的弹性网卡实例ID,例如:eni-11112222。
-
getDestinationNetworkInterfaceId
public String getDestinationNetworkInterfaceId()
Get 待迁移的目的弹性网卡实例ID。- Returns:
- DestinationNetworkInterfaceId 待迁移的目的弹性网卡实例ID。
-
setDestinationNetworkInterfaceId
public void setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)
Set 待迁移的目的弹性网卡实例ID。- Parameters:
DestinationNetworkInterfaceId- 待迁移的目的弹性网卡实例ID。
-
getPrivateIpAddress
public String getPrivateIpAddress()
Get 迁移的内网IP地址,例如:10.0.0.6。- Returns:
- PrivateIpAddress 迁移的内网IP地址,例如:10.0.0.6。
-
setPrivateIpAddress
public void setPrivateIpAddress(String PrivateIpAddress)
Set 迁移的内网IP地址,例如:10.0.0.6。- Parameters:
PrivateIpAddress- 迁移的内网IP地址,例如:10.0.0.6。
-
-