Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.action |
Modifier and Type | Class and Description |
---|---|
class |
GetCandidateInfoQuery<P extends CandidateInfoParameters>
Gets info on a specified import candidate.
|
Modifier and Type | Method and Description |
---|---|
CandidateInfoParameters |
AddVmTemplateFromImportParameters.getCandidateInfoParams() |
CandidateInfoParameters |
AddVMFromImportCandidateParameters.getCandidateInfoParams() |
Constructor and Description |
---|
AddVMFromImportCandidateParameters(CandidateInfoParameters candidateInfoParameters,
boolean force,
Guid storageDomainId) |
AddVMFromImportCandidateParameters(CandidateInfoParameters candidateInfoParameters,
String vmNewName,
boolean force,
Guid storageDomainId)
Use this c'tor when you want to give a new name to the imported VM other than the candidate's name.
|
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.
|
Copyright © 2012. All Rights Reserved.