
ksyun.client.kcm.applycertificate.v20160304.ApplyCertificateRequest 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.kcm.applycertificate.v20160304;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname ApplyCertificateRequest
* @Description 请求参数
*/
@Data
public class ApplyCertificateRequest {
/**
* 证书绑定主域名
*/
@KsYunField(name = "MainDomain")
private String MainDomain;
/**
* 证书代码,详见[CertificateCode可选值](https://docs.ksyun.com/documents/37638)
*/
@KsYunField(name = "CertificateCode")
private String CertificateCode;
/**
* 证书年限,默认值为1
*/
@KsYunField(name = "YearLength")
private Integer YearLength;
/**
* 域名数量,最小值为1
*/
@KsYunField(name = "DomainCount")
private Integer DomainCount;
/**
* 通配符域名数量,最小值为0
*/
@KsYunField(name = "WildcardCount")
private Integer WildcardCount;
/**
* 生成订单时产生的商品ID
*/
@KsYunField(name = "ProductId")
private String ProductId;
/**
* 产生的子订单ID
*/
@KsYunField(name = "SubOrderId")
private String SubOrderId;
/**
* 资源所属项目ID
*/
@KsYunField(name = "ProjectId")
private Integer ProjectId;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy