Modifier and Type | Method and Description |
---|---|
protected VmTemplate |
BackendStorageDomainTemplateResource.getEntity() |
protected VmTemplate |
BackendVmPoolsResource.getVmTemplate(VmPool pool) |
VmTemplate |
BackendVmsResource.lookupTemplate(Guid id) |
Modifier and Type | Method and Description |
---|---|
protected Collection<VmTemplate> |
BackendStorageDomainTemplatesResource.getEntitiesFromDataDomain() |
protected Collection<VmTemplate> |
BackendStorageDomainTemplatesResource.getEntitiesFromExportDomain() |
Modifier and Type | Method and Description |
---|---|
VdcActionParametersBase |
BackendTemplateResource.UpdateParametersProvider.getParameters(Template incoming,
VmTemplate entity) |
protected VM |
BackendVmPoolsResource.mapToVM(VmPool model,
VmTemplate template) |
Modifier and Type | Method and Description |
---|---|
protected Templates |
BackendTemplatesResource.mapCollection(List<VmTemplate> entities) |
Modifier and Type | Method and Description |
---|---|
static VmTemplate |
TemplateMapper.map(Template model,
VmTemplate incoming) |
Modifier and Type | Method and Description |
---|---|
static VmTemplate |
TemplateMapper.map(Template model,
VmTemplate incoming) |
static CdRom |
CdRomMapper.map(VmTemplate entity,
CdRom template)
Bi-directional CdRom->VmTemplate not required as
template device collections are always read-only
|
static Template |
TemplateMapper.map(VmTemplate entity,
Template incoming) |
static VmStatic |
VmMapper.map(VmTemplate entity,
VmStatic template) |
Modifier and Type | Method and Description |
---|---|
protected List<VmTemplate> |
SearchQuery.searchVMTemplates() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<DiskImage> |
VmTemplateHandler.GetDiskImageListByDiskImageTemplateList(VmTemplate vmTemplate,
ArrayList<DiskImageTemplate> templateImages) |
static Guid |
AddVmCommand.SelectStorageDomain(VmTemplate vmTemplate)
Select storage domain according to the given template - with most
available disk size.
|
static void |
VmTemplateHandler.UpdateDisksFromDb(VmTemplate vmt) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VmTemplateCommand.UpdateTemplateInSpm(Guid storagePoolId,
ArrayList<VmTemplate> templatesList)
This method create OVF for each template in list and call updateVm in SPM
|
static boolean |
VmTemplateCommand.UpdateTemplateInSpm(Guid storagePoolId,
ArrayList<VmTemplate> templatesList,
Guid storageDomainId,
List<DiskImage> images) |
Modifier and Type | Method and Description |
---|---|
VmTemplate |
ImprotVmTemplateParameters.getVmTemplate() |
VmTemplate |
UpdateVmTemplateParameters.getVmTemplateData() |
Modifier and Type | Method and Description |
---|---|
void |
ImprotVmTemplateParameters.setVmTemplate(VmTemplate value) |
Constructor and Description |
---|
ImprotVmTemplateParameters(Guid storagePoolId,
Guid sourceDomainId,
Guid destDomainId,
Guid vdsGroupId,
VmTemplate template) |
UpdateVmTemplateParameters(VmTemplate vmTemplate) |
Modifier and Type | Method and Description |
---|---|
int |
VmTemplateComparerByDiskSize.compare(VmTemplate x,
VmTemplate y) |
int |
VmTemplateComparerByDiskSize.Compare(VmTemplate x,
VmTemplate y) |
Modifier and Type | Method and Description |
---|---|
VmTemplate |
TemplateCandidateInfo.getVmTemplateData() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateCandidateInfo.setVmTemplateData(VmTemplate value) |
Constructor and Description |
---|
TemplateCandidateInfo(VmTemplate vmTemplateData,
ImportCandidateSourceEnum candidateSource,
HashMap<String,List<DiskImage>> imagesData) |
Modifier and Type | Method and Description |
---|---|
VmTemplate |
AuditLogableBase.getVmTemplate() |
Modifier and Type | Method and Description |
---|---|
protected void |
AuditLogableBase.setVmTemplate(VmTemplate value) |
Modifier and Type | Method and Description |
---|---|
VmTemplate |
VmTemplateDAODbFacadeImpl.get(Guid id) |
Modifier and Type | Method and Description |
---|---|
List<VmTemplate> |
VmTemplateDAODbFacadeImpl.getAll() |
List<VmTemplate> |
VmTemplateDAODbFacadeImpl.getAllForStorageDomain(Guid id) |
List<VmTemplate> |
VmTemplateDAO.getAllForStorageDomain(Guid storageDomain)
Retrieves all templates for the specified storage domain.
|
List<VmTemplate> |
VmTemplateDAODbFacadeImpl.getAllForVdsGroup(Guid id) |
List<VmTemplate> |
VmTemplateDAO.getAllForVdsGroup(Guid vdsGroup)
Retrieves all templates for the specified VDS group.
|
List<VmTemplate> |
VmTemplateDAODbFacadeImpl.getAllWithQuery(String query) |
List<VmTemplate> |
VmTemplateDAO.getAllWithQuery(String query)
Retrieves all templates using a SQL query.
|
List<VmTemplate> |
VmTemplateDAODbFacadeImpl.getTemplatesWithPermittedAction(Guid userId,
ActionGroup actionGroup) |
List<VmTemplate> |
VmTemplateDAO.getTemplatesWithPermittedAction(Guid userId,
ActionGroup actionGroup)
Retrieves templates with permissions to perform the given action.
|
Modifier and Type | Method and Description |
---|---|
void |
VmTemplateDAODbFacadeImpl.save(VmTemplate template) |
void |
VmTemplateDAODbFacadeImpl.update(VmTemplate template) |
Modifier and Type | Field and Description |
---|---|
protected VmTemplate |
OvfTemplateReader._vmTemplate |
protected VmTemplate |
OvfTemplateWriter._vmTemplate |
Modifier and Type | Method and Description |
---|---|
void |
OvfManager.ExportTemplate(RefObject<String> ovfstring,
VmTemplate vmTemplate,
List<DiskImage> images) |
Modifier and Type | Method and Description |
---|---|
void |
OvfManager.ImportTemplate(String ovfstring,
RefObject<VmTemplate> vmTemplate,
RefObject<ArrayList<DiskImage>> images) |
Constructor and Description |
---|
OvfTemplateReader(XmlDocument document,
VmTemplate vmTemplate,
ArrayList<DiskImage> images) |
OvfTemplateWriter(RefObject<XmlDocument> document,
VmTemplate vmTemplate,
List<DiskImage> images) |
Modifier and Type | Class and Description |
---|---|
class |
JsonVmTemplateMixIn |
Copyright © 2012. All Rights Reserved.