@Entity public class VdsStatistics extends Object implements BusinessEntity<Guid>
Constructor and Description |
---|
VdsStatistics() |
VdsStatistics(Double cpu_idle,
Double cpu_load,
Double cpu_sys,
Double cpu_user,
Long mem_available,
Long mem_shared,
Integer usage_cpu_percent,
Integer usage_mem_percent,
Integer usage_network_percent,
Guid vds_id) |
public Double getcpu_idle()
public void setcpu_idle(Double cpuIdle)
public Double getcpu_load()
public void setcpu_load(Double cpuLoad)
public Double getcpu_sys()
public void setcpu_sys(Double cpuSys)
public Double getcpu_user()
public void setcpu_user(Double cpuUser)
public Long getmem_available()
public void setmem_available(Long value)
public Long getmem_shared()
public void setmem_shared(Long value)
public Integer getusage_cpu_percent()
public void setusage_cpu_percent(Integer value)
public Integer getusage_mem_percent()
public void setusage_mem_percent(Integer value)
public Integer getusage_network_percent()
public void setusage_network_percent(Integer value)
public Guid getId()
BusinessEntity
getId
in interface BusinessEntity<Guid>
public void setId(Guid id)
BusinessEntity
setId
in interface BusinessEntity<Guid>
id
- The unique ID of the business entity.public Long getswap_free()
public void setswap_free(Long value)
public Long getswap_total()
public void setswap_total(Long value)
public Integer getksm_cpu_percent()
public void setksm_cpu_percent(Integer value)
public Long getksm_pages()
public void setksm_pages(Long value)
public Boolean getksm_state()
public void setksm_state(Boolean value)
Copyright © 2012. All Rights Reserved.