Uses of Class
com.tencentcloudapi.ecm.v20190719.models.MigratePrivateIpAddressRequest
-
Packages that use MigratePrivateIpAddressRequest Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of MigratePrivateIpAddressRequest in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 with parameters of type MigratePrivateIpAddressRequest Modifier and Type Method Description MigratePrivateIpAddressResponseEcmClient. MigratePrivateIpAddress(MigratePrivateIpAddressRequest req)弹性网卡内网IP迁移。 该接口用于将一个内网IP从一个弹性网卡上迁移到另外一个弹性网卡,主IP地址不支持迁移。 迁移前后的弹性网卡必须在同一个子网内。 -
Uses of MigratePrivateIpAddressRequest in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type MigratePrivateIpAddressRequest Constructor Description 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.
-