Uses of Class
com.tencentcloudapi.cvm.v20170312.models.ReservedInstances
-
Packages that use ReservedInstances Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of ReservedInstances in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return ReservedInstances Modifier and Type Method Description ReservedInstances[]DescribeReservedInstancesResponse. getReservedInstancesSet()Get 符合条件的预留实例计费列表。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type ReservedInstances Modifier and Type Method Description voidDescribeReservedInstancesResponse. setReservedInstancesSet(ReservedInstances[] ReservedInstancesSet)Set 符合条件的预留实例计费列表。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type ReservedInstances Constructor Description ReservedInstances(ReservedInstances 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.
-