Class DeviceCpuInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.DeviceCpuInfo
-
public class DeviceCpuInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeviceCpuInfo()DeviceCpuInfo(DeviceCpuInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getLoad()Get 实例CPU监控数据DeviceCpuRateInfo[]getRate()Get 实例CPU平均使用率voidsetLoad(Long[] Load)Set 实例CPU监控数据voidsetRate(DeviceCpuRateInfo[] Rate)Set 实例CPU平均使用率voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeviceCpuInfo
public DeviceCpuInfo()
-
DeviceCpuInfo
public DeviceCpuInfo(DeviceCpuInfo 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
-
getRate
public DeviceCpuRateInfo[] getRate()
Get 实例CPU平均使用率- Returns:
- Rate 实例CPU平均使用率
-
setRate
public void setRate(DeviceCpuRateInfo[] Rate)
Set 实例CPU平均使用率- Parameters:
Rate- 实例CPU平均使用率
-
getLoad
public Long[] getLoad()
Get 实例CPU监控数据- Returns:
- Load 实例CPU监控数据
-
setLoad
public void setLoad(Long[] Load)
Set 实例CPU监控数据- Parameters:
Load- 实例CPU监控数据
-
-