
ksyun.client.epc.describeprice.v20151101.DescribePriceRequest 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.epc.describeprice.v20151101;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname DescribePriceRequest
* @Description 请求参数
*/
@Data
public class DescribePriceRequest {
/**
* 主机计费类型,包年包月Monthly,按日月结Daily
* -有效值:Monthly|Daily|PostPaidByDay|PrePaidByMonth
*/
@KsYunField(name = "ChargeType")
private String ChargeType;
/**
* 物理机类型
*/
@KsYunField(name = "HostType")
private String HostType;
/**
* 可用区的名称
*/
@KsYunField(name = "AvailabilityZone")
private String AvailabilityZone;
/**
* 购买时长,计费类型为包年包月时不可缺省。
*/
@KsYunField(name = "PurchaseTime")
private Integer PurchaseTime;
/**
* 购买的数量
*/
@KsYunField(name = "Amount")
private Integer Amount;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy