Class MigratePrivateIpAddressRequest


  • public class MigratePrivateIpAddressRequest
    extends AbstractModel
    • 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。