
ksyun.client.krds.describestatisticbackupdetails.v20160701.DescribeStatisticBackupDetailsRequest 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.krds.describestatisticbackupdetails.v20160701;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname DescribeStatisticBackupDetailsRequest
* @Description 请求参数
*/
@Data
public class DescribeStatisticBackupDetailsRequest {
/**
* 必传:数据类型,区分查询类型;
* backup:实例备份;
* binglog:实例binglog备份;
* delbackup:已删除实例备份;
*/
@KsYunField(name = "DataType")
private String DataType;
/**
* 快照:snapshot
* 自动备份:autobackup
*/
@KsYunField(name = "BackupType")
private String BackupType;
/**
* 数据开始条数
* 默认:0
*/
@KsYunField(name = "Marker")
private Integer Marker;
/**
* 数据每页展示条数;
* 默认:10
*/
@KsYunField(name = "MaxRecords")
private Integer MaxRecords;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy