Uses of Class
com.tencentcloudapi.cvm.v20170312.models.ReservedInstancePriceItem
-
Packages that use ReservedInstancePriceItem Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of ReservedInstancePriceItem in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return ReservedInstancePriceItem Modifier and Type Method Description ReservedInstancePriceItem[]ReservedInstanceTypeItem. getPrices()Get 预留实例配置价格信息。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type ReservedInstancePriceItem Modifier and Type Method Description voidReservedInstanceTypeItem. setPrices(ReservedInstancePriceItem[] Prices)Set 预留实例配置价格信息。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type ReservedInstancePriceItem Constructor Description ReservedInstancePriceItem(ReservedInstancePriceItem 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.
-