com.volcengine.model.imagex.v2.UpdateImageTaskStrategyBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* UpdateImageTaskStrategyBody
*/
@lombok.Data
public final class UpdateImageTaskStrategyBody {
/**
* 调整后的迁移策略
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RunStrategy")
private UpdateImageTaskStrategyBodyRunStrategy runStrategy;
/**
* 任务ID,请参考[CreateImageMigrateTask](https://www.volcengine.com/docs/508/1009929)获取返回的任务 ID。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "TaskId")
private String taskId;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy