public class AssetMachineBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AssetMachineBaseInfo()  | 
AssetMachineBaseInfo(AssetMachineBaseInfo 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCpu()
Get CPU information 
 | 
String | 
getCpuLoad()
Get CPU utilization, in percentage 
 | 
String | 
getCpuLoadNum()
Get CPU load readings (only valid for Linux systems)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getCpuSize()
Get CPU count 
 | 
String | 
getDiskLoad()
Get Hard disk utilization, in percentage 
 | 
Long | 
getDiskSize()
Get Hard disk capacity, in GB 
 | 
String | 
getFirstTime()
Get First collection time 
 | 
Long | 
getIsNew()
Get Whether it is newly added [0 - no;1 - yes] 
 | 
MachineExtraInfo | 
getMachineExtraInfo()
Get Additional information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getMachineIp()
Get Private IP address of server 
 | 
String | 
getMachineName()
Get Server name 
 | 
String | 
getMachineWanIp()
Get Host public IP address 
 | 
String | 
getMemLoad()
Get Memory utilization, in percentage 
 | 
Long | 
getMemSize()
Get Memory capacity, in GB 
 | 
String | 
getOsInfo()
Get Operating system name 
 | 
Long | 
getPartitionCount()
Get Number of partitions 
 | 
Long | 
getProjectId()
Get Business group ID 
 | 
String | 
getQuuid()
Get Server QUUID 
 | 
MachineTag[] | 
getTag()
Get Tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUpdateTime()
Get Data update time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getUuid()
Get Server UUID 
 | 
void | 
setCpu(String Cpu)
Set CPU information 
 | 
void | 
setCpuLoad(String CpuLoad)
Set CPU utilization, in percentage 
 | 
void | 
setCpuLoadNum(String CpuLoadNum)
Set CPU load readings (only valid for Linux systems)
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setCpuSize(Long CpuSize)
Set CPU count 
 | 
void | 
setDiskLoad(String DiskLoad)
Set Hard disk utilization, in percentage 
 | 
void | 
setDiskSize(Long DiskSize)
Set Hard disk capacity, in GB 
 | 
void | 
setFirstTime(String FirstTime)
Set First collection time 
 | 
void | 
setIsNew(Long IsNew)
Set Whether it is newly added [0 - no;1 - yes] 
 | 
void | 
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set Additional information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setMachineIp(String MachineIp)
Set Private IP address of server 
 | 
void | 
setMachineName(String MachineName)
Set Server name 
 | 
void | 
setMachineWanIp(String MachineWanIp)
Set Host public IP address 
 | 
void | 
setMemLoad(String MemLoad)
Set Memory utilization, in percentage 
 | 
void | 
setMemSize(Long MemSize)
Set Memory capacity, in GB 
 | 
void | 
setOsInfo(String OsInfo)
Set Operating system name 
 | 
void | 
setPartitionCount(Long PartitionCount)
Set Number of partitions 
 | 
void | 
setProjectId(Long ProjectId)
Set Business group ID 
 | 
void | 
setQuuid(String Quuid)
Set Server QUUID 
 | 
void | 
setTag(MachineTag[] Tag)
Set Tag
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUpdateTime(String UpdateTime)
Set Data update time
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUuid(String Uuid)
Set Server UUID 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AssetMachineBaseInfo()
public AssetMachineBaseInfo(AssetMachineBaseInfo source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - Server QUUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - Server UUIDpublic String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Private IP address of serverpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Server namepublic String getOsInfo()
public void setOsInfo(String OsInfo)
OsInfo - Operating system namepublic String getCpu()
public void setCpu(String Cpu)
Cpu - CPU informationpublic Long getMemSize()
public void setMemSize(Long MemSize)
MemSize - Memory capacity, in GBpublic String getMemLoad()
public void setMemLoad(String MemLoad)
MemLoad - Memory utilization, in percentagepublic Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize - Hard disk capacity, in GBpublic String getDiskLoad()
public void setDiskLoad(String DiskLoad)
DiskLoad - Hard disk utilization, in percentagepublic Long getPartitionCount()
public void setPartitionCount(Long PartitionCount)
PartitionCount - Number of partitionspublic String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp - Host public IP addresspublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId - Business group IDpublic Long getCpuSize()
public void setCpuSize(Long CpuSize)
CpuSize - CPU countpublic String getCpuLoad()
public void setCpuLoad(String CpuLoad)
CpuLoad - CPU utilization, in percentagepublic MachineTag[] getTag()
public void setTag(MachineTag[] Tag)
Tag - Tag
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Data update time
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsNew()
public void setIsNew(Long IsNew)
IsNew - Whether it is newly added [0 - no;1 - yes]public String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime - First collection timepublic MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - Additional information
Note: This field may return null, indicating that no valid values can be obtained.public String getCpuLoadNum()
public void setCpuLoadNum(String CpuLoadNum)
CpuLoadNum - CPU load readings (only valid for Linux systems)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.