Package | Description |
---|---|
com.tencentcloudapi.cdc.v20201214.models |
Modifier and Type | Method and Description |
---|---|
DetailData |
HostStatistic.getCpuDetailData()
Get Detailed CPU monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
DetailData |
HostStatistic.getMemDetailData()
Get Memory details
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
DetailData |
HostStatistic.getNetPacketDetailData()
Get Network packet details
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
DetailData |
HostStatistic.getNetRateDetailData()
Get Network rate details
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
HostStatistic.setCpuDetailData(DetailData CpuDetailData)
Set Detailed CPU monitoring data
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
HostStatistic.setMemDetailData(DetailData MemDetailData)
Set Memory details
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
HostStatistic.setNetPacketDetailData(DetailData NetPacketDetailData)
Set Network packet details
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
void |
HostStatistic.setNetRateDetailData(DetailData NetRateDetailData)
Set Network rate details
Note: The returned value of this field may be null, indicating that no valid value is obtained.
|
Constructor and Description |
---|
DetailData(DetailData 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.
|
Copyright © 2025. All rights reserved.