@Entity public class VdsDynamic extends Object implements BusinessEntity<Guid>
Constructor and Description |
---|
VdsDynamic() |
VdsDynamic(Integer cpu_cores,
String cpu_model,
Double cpu_speed_mh,
String if_total_speed,
Boolean kvm_enabled,
Integer mem_commited,
Integer physical_mem_mb,
int status,
Guid vds_id,
Integer vm_active,
int vm_count,
Integer vm_migrating,
Integer reserved_mem,
Integer guest_overhead,
VDSStatus previous_status,
String software_version,
String version_name,
String build_name,
Date cpu_over_commit_time_stamp,
HypervisorType hypervisor_type,
Integer pending_vcpus_count,
Integer pending_vmem_sizeField,
Boolean net_config_dirty) |
public VdsDynamic()
public VdsDynamic(Integer cpu_cores, String cpu_model, Double cpu_speed_mh, String if_total_speed, Boolean kvm_enabled, Integer mem_commited, Integer physical_mem_mb, int status, Guid vds_id, Integer vm_active, int vm_count, Integer vm_migrating, Integer reserved_mem, Integer guest_overhead, VDSStatus previous_status, String software_version, String version_name, String build_name, Date cpu_over_commit_time_stamp, HypervisorType hypervisor_type, Integer pending_vcpus_count, Integer pending_vmem_sizeField, Boolean net_config_dirty)
public void setVersion(VdsVersion value)
public VdsVersion getVersion()
public Integer getcpu_cores()
public void setcpu_cores(Integer value)
public Integer getcpu_sockets()
public void setcpu_sockets(Integer value)
public String getcpu_model()
public void setcpu_model(String value)
public Double getcpu_speed_mh()
public void setcpu_speed_mh(Double value)
public String getif_total_speed()
public void setif_total_speed(String value)
public Boolean getkvm_enabled()
public void setkvm_enabled(Boolean value)
public Integer getmem_commited()
public void setmem_commited(Integer value)
public Integer getphysical_mem_mb()
public void setphysical_mem_mb(Integer value)
public VDSStatus getstatus()
public void setstatus(VDSStatus 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 Integer getvm_active()
public void setvm_active(Integer value)
public int getvm_count()
public void setvm_count(int value)
public Integer getvms_cores_count()
public void setvms_cores_count(Integer value)
public Integer getvm_migrating()
public void setvm_migrating(Integer value)
public Integer getreserved_mem()
public void setreserved_mem(Integer value)
public Integer getguest_overhead()
public void setguest_overhead(Integer value)
public VDSStatus getprevious_status()
public void setprevious_status(VDSStatus value)
public String getsoftware_version()
public void setsoftware_version(String value)
public String getversion_name()
public void setversion_name(String value)
public String getbuild_name()
public void setbuild_name(String value)
public String getcpu_flags()
public void setcpu_flags(String value)
public Date getcpu_over_commit_time_stamp()
public void setcpu_over_commit_time_stamp(Date value)
public HypervisorType gethypervisor_type()
public void sethypervisor_type(HypervisorType value)
public Integer getpending_vcpus_count()
public void setpending_vcpus_count(Integer value)
public int getpending_vmem_size()
public void setpending_vmem_size(int value)
public Boolean getnet_config_dirty()
public void setnet_config_dirty(Boolean value)
public String getsupported_cluster_levels()
public void setsupported_cluster_levels(String value)
public String getsupported_engines()
public void setsupported_engines(String value)
public String gethost_os()
public void sethost_os(String value)
public String getkvm_version()
public void setkvm_version(String value)
public String getspice_version()
public void setspice_version(String value)
public String getkernel_version()
public void setkernel_version(String value)
public String getIScsiInitiatorName()
public void setIScsiInitiatorName(String value)
public VdsTransparentHugePagesState getTransparentHugePagesState()
public void setTransparentHugePagesState(VdsTransparentHugePagesState value)
public int getAnonymousHugePages()
public void setAnonymousHugePages(int value)
public void setHooksStr(String hooksStr)
public String getHooksStr()
public NonOperationalReason getNonOperationalReason()
public void setNonOperationalReason(NonOperationalReason nonOperationalReason)
Copyright © 2012. All Rights Reserved.