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

ksyun.client.aicp.listspacestorages.v20250501.ListSpaceStoragesRequest 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.aicp.listspacestorages.v20250501;

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

/**
 * @Classname ListSpaceStoragesRequest
 * @Description 请求参数
 */
@Data
public class ListSpaceStoragesRequest {
    /**
     * 存储ID
     */
    @KsYunField(name = "storage_id")
    private Integer Storage_id;

    /**
     * 存储配置ID。
     * 请访问训练平台,进入 资源管理-存储管理-存储配置 获取对应存储配置的id。
     */
    @KsYunField(name = "storage_config_id")
    private Integer Storage_config_id;

    /**
     * 第几页
     */
    @KsYunField(name = "page_index")
    private Integer Page_index;

    /**
     * 每页条数
     */
    @KsYunField(name = "page_size")
    private Integer Page_size;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy