public class AddVmTemplateFromImportParameters extends AddVmTemplateParameters
| Constructor and Description |
|---|
AddVmTemplateFromImportParameters()
Use this c'tor when you want to use the candidate's name as the name of the imported template.
|
AddVmTemplateFromImportParameters(CandidateInfoParameters candidateInfoParameters,
boolean force) |
AddVmTemplateFromImportParameters(CandidateInfoParameters candidateInfoParameters,
String vmTemplateNewName,
boolean force)
Use this c'tor when you want to give a new name to the imported template other than the candidate's name.
|
| Modifier and Type | Method and Description |
|---|---|
CandidateInfoParameters |
getCandidateInfoParams() |
boolean |
getForce() |
String |
getVmTemplateNewName() |
protected void |
setForce(boolean value) |
getDescription, getDestinationStorageDomainId, getMasterVm, getName, getVm, getVmTemplateId, isPublicUse, setDestinationStorageDomainId, setPublicUse, setVm, setVmTemplateIDgetCheckDisksExists, getStorageDomainsList, isRemoveTemplateFromDb, setCheckDisksExists, setRemoveTemplateFromDb, setStorageDomainsListAccept, 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, setTransactionScopeOptionpublic AddVmTemplateFromImportParameters()
candidateInfoParameters - the candidate info parametersforce - force override if template with the same GUID already exists in the VDCpublic AddVmTemplateFromImportParameters(CandidateInfoParameters candidateInfoParameters, boolean force)
public AddVmTemplateFromImportParameters(CandidateInfoParameters candidateInfoParameters, String vmTemplateNewName, boolean force)
candidateInfoParameters - the candidate info parametersvmNewName - the name that the imported template will be givenforce - force override if template with the same GUID already exists in the VDCpublic boolean getForce()
protected void setForce(boolean value)
public CandidateInfoParameters getCandidateInfoParams()
public String getVmTemplateNewName()
Copyright © 2012. All Rights Reserved.