public class VmBase extends IVdcQueryable implements INotifyPropertyChanged, BusinessEntity<Guid>
Constructor and Description |
---|
VmBase() |
VmBase(Guid id,
Guid vds_group_id,
VmOsType mOs,
Date creationDate,
String description,
int memSizeMB,
int numOfSockets,
int cpusPerSocket,
String domain,
String timezone,
VmType vmType,
UsbPolicy usbPolicy,
boolean fail_back,
BootSequence defaultBootSequence,
HypervisorType hypervisorType,
OperationMode operationMode,
int niceLevel,
boolean autosuspend,
int priority,
boolean autoStartup,
boolean stateless,
String isoPath,
OriginType origin,
String kernelUrl,
String kernelParams,
String initrdUrl) |
getChangeablePropertiesList, getQueryableId
public VmBase()
public VmBase(Guid id, Guid vds_group_id, VmOsType mOs, Date creationDate, String description, int memSizeMB, int numOfSockets, int cpusPerSocket, String domain, String timezone, VmType vmType, UsbPolicy usbPolicy, boolean fail_back, BootSequence defaultBootSequence, HypervisorType hypervisorType, OperationMode operationMode, int niceLevel, boolean autosuspend, int priority, boolean autoStartup, boolean stateless, String isoPath, OriginType origin, String kernelUrl, String kernelParams, String initrdUrl)
public Guid getId()
BusinessEntity
getId
in interface BusinessEntity<Guid>
public void setId(Guid value)
BusinessEntity
setId
in interface BusinessEntity<Guid>
value
- The unique ID of the business entity.public Guid getvds_group_id()
public void setvds_group_id(Guid value)
public VmOsType getos()
public void setos(VmOsType value)
@Deprecated public VmOsType getOsType()
@Deprecated public void setOsType(VmOsType value)
public Date getcreation_date()
public void setcreation_date(Date value)
public String getdescription()
public void setdescription(String value)
public int getmem_size_mb()
public void setmem_size_mb(int value)
public int getnum_of_sockets()
public void setnum_of_sockets(int value)
public int getcpu_per_socket()
public void setcpu_per_socket(int value)
public String getdomain()
public void setdomain(String value)
public String gettime_zone()
public void settime_zone(String value)
public VmType getvm_type()
public void setvm_type(VmType value)
public UsbPolicy getusb_policy()
public void setusb_policy(UsbPolicy value)
public boolean getfail_back()
public void setfail_back(boolean value)
public BootSequence getdefault_boot_sequence()
public void setdefault_boot_sequence(BootSequence value)
public HypervisorType gethypervisor_type()
public void sethypervisor_type(HypervisorType value)
public OperationMode getoperation_mode()
public void setoperation_mode(OperationMode value)
public int getnice_level()
public void setnice_level(int value)
public boolean getis_auto_suspend()
public void setis_auto_suspend(boolean value)
public int getpriority()
public void setpriority(int value)
public boolean getauto_startup()
public void setauto_startup(boolean value)
public boolean getis_stateless()
public void setis_stateless(boolean value)
public String getiso_path()
public void setiso_path(String value)
public OriginType getorigin()
public void setorigin(OriginType value)
public String getkernel_url()
public void setkernel_url(String value)
public String getkernel_params()
public void setkernel_params(String value)
public String getinitrd_url()
public void setinitrd_url(String value)
Copyright © 2012. All Rights Reserved.