public class MigratePrivateIpAddressRequest extends AbstractModel
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 of the destination ENI instance to be migrated.
|
String |
getEcmRegion()
Get ECM region, such as `ap-xian-ecm`.
|
String |
getPrivateIpAddress()
Get Private IP address to be migrated, such as `10.0.0.6`.
|
String |
getSourceNetworkInterfaceId()
Get ID of the ENI instance bound to the private IP, such as `eni-11112222`.
|
void |
setDestinationNetworkInterfaceId(String DestinationNetworkInterfaceId)
Set ID of the destination ENI instance to be migrated.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region, such as `ap-xian-ecm`.
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set Private IP address to be migrated, such as `10.0.0.6`.
|
void |
setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
Set ID of the ENI instance bound to the private IP, such as `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 MigratePrivateIpAddressRequest()
public MigratePrivateIpAddressRequest(MigratePrivateIpAddressRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM region, such as `ap-xian-ecm`.public String getSourceNetworkInterfaceId()
public void setSourceNetworkInterfaceId(String SourceNetworkInterfaceId)
SourceNetworkInterfaceId
- ID of the ENI instance bound to the private IP, such as `eni-11112222`.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
- Private IP address to be migrated, such as `10.0.0.6`.Copyright © 2023. All rights reserved.