
ksyun.client.ebs.describecreatevolumeprice.v20160304.DescribeCreateVolumePriceRequest 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.ebs.describecreatevolumeprice.v20160304;
import common.annotation.KsYunField;
import lombok.Data;
/**
* @Classname DescribeCreateVolumePriceRequest
* @Description 请求参数
*/
@Data
public class DescribeCreateVolumePriceRequest {
/**
* 云盘类型,ESSD_PL0/ESSD_PL1/ESSD_PL2/ESSD_PL3/SSD3.0/EHDD
*/
@KsYunField(name = "VolumeType")
private String VolumeType;
/**
* 磁盘容量大小,单位GB,步长:1GB
*/
@KsYunField(name = "Size")
private Integer Size;
/**
* 购买云硬盘所处的可用区
*/
@KsYunField(name = "AvailabilityZone")
private String AvailabilityZone;
/**
* 计费类型
* Monthly(预付费,包年包月)
* HourlyInstantSettlement(后付费,按小时实时结算)
* Daily(后付费,按日月结)
*/
@KsYunField(name = "ChargeType")
private String ChargeType;
/**
* 预付费计费类型必填字段;有效值为1-36,单位月
*/
@KsYunField(name = "PurchaseTime")
private Integer PurchaseTime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy