Uses of Class
com.tencentcloudapi.vpc.v20170312.models.MigratePrivateIpAddressResponse
-
Packages that use MigratePrivateIpAddressResponse Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of MigratePrivateIpAddressResponse in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 that return MigratePrivateIpAddressResponse Modifier and Type Method Description MigratePrivateIpAddressResponseVpcClient. MigratePrivateIpAddress(MigratePrivateIpAddressRequest req)本接口(MigratePrivateIpAddress)用于弹性网卡内网IP迁移。 该接口用于将一个内网IP从一个弹性网卡上迁移到另外一个弹性网卡,主IP地址不支持迁移。 迁移前后的弹性网卡必须在同一个子网内。 本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。 -
Uses of MigratePrivateIpAddressResponse in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type MigratePrivateIpAddressResponse Constructor Description MigratePrivateIpAddressResponse(MigratePrivateIpAddressResponse 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.
-