public class RunVmParams extends VmOperationParameterBase implements INotifyPropertyChanged, Serializable
Constructor and Description |
---|
RunVmParams() |
RunVmParams(BootSequence bootSequence,
Guid vmId,
String diskPath,
boolean kvmEnable,
boolean runAndPause,
Boolean useVnc,
boolean acpiEnable,
boolean win2kHackEnable,
String clientIp,
boolean runAsStateless) |
RunVmParams(Guid vmId) |
RunVmParams(Guid vmId,
boolean isInternal) |
RunVmParams(Guid vmId,
Guid powerClientId) |
RunVmParams(Guid vmId,
String clientIp) |
getVmId, setVmId
Accept, equals, getEntityId, getHttpSessionId, getImagesParameters, getMultipleAction, getParametersCurrentUser, getParentCommand, getParentParameters, getSessionId, getShouldBeLogged, getTaskGroupSuccess, getTaskIds, getTaskStartTime, getTransactionScopeOption, hashCode, isCompensationEnabled, setCompensationEnabled, setEntityId, setImagesParameters, setMultipleAction, setParametersCurrentUser, setParentCommand, setParentParemeters, setSessionId, setShouldBeLogged, setTaskGroupSuccess, setTaskIds, setTaskStartTime, setTransactionScopeOption
public RunVmParams()
public RunVmParams(BootSequence bootSequence, Guid vmId, String diskPath, boolean kvmEnable, boolean runAndPause, Boolean useVnc, boolean acpiEnable, boolean win2kHackEnable, String clientIp, boolean runAsStateless)
public RunVmParams(Guid vmId)
public RunVmParams(Guid vmId, boolean isInternal)
public Guid getDestinationVdsId()
public void setDestinationVdsId(Guid value)
public boolean getIsInternal()
public void setIsInternal(boolean value)
public BootSequence getBootSequence()
public void setBootSequence(BootSequence value)
public String getFloppyPath()
public void setFloppyPath(String value)
public String getDiskPath()
public void setDiskPath(String value)
public boolean getKvmEnable()
public void setKvmEnable(boolean value)
public boolean getRunAndPause()
public void setRunAndPause(boolean value)
public Boolean getUseVnc()
public void setUseVnc(Boolean value)
public boolean getAcpiEnable()
public void setAcpiEnable(boolean value)
public Boolean getWin2kHackEnable()
public void setWin2kHackEnable(Boolean value)
public String getClientIp()
public void setClientIp(String value)
public VdcUser getRequestingUser()
public void setRequestingUser(VdcUser value)
public boolean getReinitialize()
public void setReinitialize(boolean value)
public Boolean getRunAsStateless()
public void setRunAsStateless(Boolean value)
protected void OnPropertyChanged(PropertyChangedEventArgs e)
public String getinitrd_url()
public void setinitrd_url(String value)
public String getkernel_url()
public void setkernel_url(String value)
public String getkernel_params()
public void setkernel_params(String value)
public String getCustomProperties()
public void setCustomProperties(String customProperties)
Copyright © 2012. All Rights Reserved.