
ksyun.client.postgresql.describedbparametergroup.v20181225.DescribeDBParameterGroupRequest 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.postgresql.describedbparametergroup.v20181225;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname DescribeDBParameterGroupRequest
* @Description 请求参数
*/
@Data
public class DescribeDBParameterGroupRequest {
/**
* 参数组id
*/
@KsYunField(name = "DBParameterGroupId")
private String DBParameterGroupId;
/**
* 获取记录开始偏移量
*
* ##### 默认:0,仅查询列表生效
*/
@KsYunField(name = "Marker")
private Integer Marker;
/**
* 每页结果中包含的最大条数
*
* ##### 默认:10,区间10~100,仅查询列表生效
*/
@KsYunField(name = "MaxRecords")
private Integer MaxRecords;
/**
* 参数模版类型
*
* ##### 默认查询:TEMPLATE 自建;DEFAULT 系统默认模版;INSTANCE 实例本身模版(参数配置)
* ##### 注意:切勿修改操作内置和实例本身模板(可能造成实例异常)!!!!!
*/
@KsYunField(name = "Source")
private String Source;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy