public class DeviceCpuInfo extends AbstractModel
| Constructor and Description | 
|---|
DeviceCpuInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long[] | 
getLoad()
Get CPU monitoring data of the instance 
 | 
DeviceCpuRateInfo[] | 
getRate()
Get Average instance CPU utilization 
 | 
void | 
setLoad(Long[] Load)
Set CPU monitoring data of the instance 
 | 
void | 
setRate(DeviceCpuRateInfo[] Rate)
Set Average instance CPU utilization 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeviceCpuRateInfo[] getRate()
public void setRate(DeviceCpuRateInfo[] Rate)
Rate - Average instance CPU utilizationpublic Long[] getLoad()
public void setLoad(Long[] Load)
Load - CPU monitoring data of the instanceCopyright © 2020. All rights reserved.