Uses of Class
com.tencentcloudapi.ecm.v20190719.models.DiskChargePrepaid
-
Packages that use DiskChargePrepaid Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of DiskChargePrepaid in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return DiskChargePrepaid Modifier and Type Method Description DiskChargePrepaidCreateDisksRequest. getDiskChargePrepaid()Get 预付费模式,即包年包月相关参数设置。通过该参数指定包年包月云盘的购买时长、是否设置自动续费等属性。
创建预付费云盘该参数必传,创建按小时后付费云盘无需传该参数。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type DiskChargePrepaid Modifier and Type Method Description voidCreateDisksRequest. setDiskChargePrepaid(DiskChargePrepaid DiskChargePrepaid)Set 预付费模式,即包年包月相关参数设置。通过该参数指定包年包月云盘的购买时长、是否设置自动续费等属性。
创建预付费云盘该参数必传,创建按小时后付费云盘无需传该参数。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type DiskChargePrepaid Constructor Description DiskChargePrepaid(DiskChargePrepaid 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.
-