Class InquiryPriceCreateDisksRequest


  • public class InquiryPriceCreateDisksRequest
    extends AbstractModel
    • Constructor Detail

      • InquiryPriceCreateDisksRequest

        public InquiryPriceCreateDisksRequest()
      • InquiryPriceCreateDisksRequest

        public InquiryPriceCreateDisksRequest​(InquiryPriceCreateDisksRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDiskChargeType

        public String getDiskChargeType()
        Get 云硬盘计费类型。
      • PREPAID:预付费,即包年包月
      • POSTPAID_BY_HOUR:按小时后付费
Returns:
DiskChargeType 云硬盘计费类型。
  • PREPAID:预付费,即包年包月
  • POSTPAID_BY_HOUR:按小时后付费
  • Parameters:
    DiskChargeType - 云硬盘计费类型。
  • PREPAID:预付费,即包年包月
  • POSTPAID_BY_HOUR:按小时后付费