All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.kec.copyimage.v20160304.CopyImageRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.kec.copyimage.v20160304;

import common.annotation.KsYunField;
import lombok.Data;

import java.util.List;

/**
 * @Classname CopyImageRequest
 * @Description 请求参数
 */
@Data
public class CopyImageRequest {
    /**
     * 源自定义镜像的ID列表。
     * cc27b87a-b74c-4da8-93b0-33edce5399cf
     */
    @KsYunField(name = "ImageId")
    private List ImageIdList;

    /**
     * 复制到目标地域的列表。
     * =cn-beijing-6
     */
    @KsYunField(name = "DestinationRegion")
    private List DestinationRegionList;

    /**
     * 复制后的镜像的名称,默认值:源镜像名称。
     * 2-64个字符,支持中文、字母、数字以及-_@#.字符
     */
    @KsYunField(name = "DestinationImageName")
    private String DestinationImageName;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy