Uses of Class
com.tencentcloudapi.cdb.v20170320.models.DeviceCpuRateInfo
-
Packages that use DeviceCpuRateInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of DeviceCpuRateInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return DeviceCpuRateInfo Modifier and Type Method Description DeviceCpuRateInfo[]DeviceCpuInfo. getRate()Get 实例CPU平均使用率Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type DeviceCpuRateInfo Modifier and Type Method Description voidDeviceCpuInfo. setRate(DeviceCpuRateInfo[] Rate)Set 实例CPU平均使用率Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type DeviceCpuRateInfo Constructor Description DeviceCpuRateInfo(DeviceCpuRateInfo 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.
-