
ksyun.client.kec.describescalingconfiguration.v20160304.DescribeScalingConfigurationRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksyun-java-sdk Show documentation
Show all versions of ksyun-java-sdk Show documentation
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.describescalingconfiguration.v20160304;
import common.annotation.KsYunField;
import lombok.Data;
import java.util.List;
/**
* @Classname DescribeScalingConfigurationRequest
* @Description 请求参数
*/
@Data
public class DescribeScalingConfigurationRequest {
/**
* 启动配置名称
*/
@KsYunField(name = "ScalingConfigurationName")
private String ScalingConfigurationName;
/**
* 待查询的各启动配置ID构成的数组数组下标从0开始,最多可指定20个
*/
@KsYunField(name = "ScalingConfigurationId")
private List ScalingConfigurationIdList;
/**
* 偏移量,默认为0偏移量,默认为0
*/
@KsYunField(name = "Marker")
private Integer Marker;
/**
* 项目组id
*/
@KsYunField(name = "ProjectId")
private List ProjectIdList;
/**
* 一次最多可查询的启动配置数量
* 默认为10,最小为5
*/
@KsYunField(name = "MaxResults")
private Integer MaxResults;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy