Package | Description |
---|---|
org.ovirt.engine.api.restapi.resource | |
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.action | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
VdcActionParametersBase |
BackendVmPoolResource.UpdateParametersProvider.getParameters(VmPool incoming,
vm_pools current) |
protected VmPool |
BackendVmPoolResource.populate(VmPool pool,
vm_pools entity) |
VmPool |
BackendVmPoolsResource.populate(VmPool pool,
vm_pools entity) |
Modifier and Type | Method and Description |
---|---|
protected VmPools |
BackendVmPoolsResource.mapCollection(List<vm_pools> entities) |
Modifier and Type | Method and Description |
---|---|
static vm_pools |
VmPoolMapper.map(VmPool model,
vm_pools template) |
Modifier and Type | Method and Description |
---|---|
static VmPool |
VmPoolMapper.map(vm_pools entity,
VmPool template) |
static vm_pools |
VmPoolMapper.map(VmPool model,
vm_pools template) |
Modifier and Type | Method and Description |
---|---|
protected vm_pools |
VmPoolCommandBase.getVmPool() |
Modifier and Type | Method and Description |
---|---|
protected List<vm_pools> |
SearchQuery.searchVmPools() |
Modifier and Type | Method and Description |
---|---|
protected void |
VmPoolCommandBase.setVmPool(vm_pools value) |
Modifier and Type | Method and Description |
---|---|
vm_pools |
VmPoolOperationParameters.getVmPool() |
Constructor and Description |
---|
AddVmPoolWithVmsParameters(vm_pools vmPool,
VM vm,
int count,
int diskSize) |
VmPoolOperationParameters(vm_pools vm_pools) |
Modifier and Type | Method and Description |
---|---|
vm_pools |
VmPoolDAODbFacadeImpl.get(NGuid id) |
vm_pools |
VmPoolDAO.get(NGuid id)
Retrieves the VM pool with the specified ID.
|
vm_pools |
VmPoolDAODbFacadeImpl.getByName(String name) |
vm_pools |
VmPoolDAO.getByName(String name)
Retrieves the VM pool with the given name.
|
Modifier and Type | Method and Description |
---|---|
List<vm_pools> |
VmPoolDAODbFacadeImpl.getAll() |
List<vm_pools> |
VmPoolDAO.getAll()
Gets all defined VM pools.
|
List<vm_pools> |
VmPoolDAODbFacadeImpl.getAllForAdGroup(Guid id) |
List<vm_pools> |
VmPoolDAO.getAllForAdGroup(Guid adGroup)
Gets all VM pools for the specified AD group.
|
List<vm_pools> |
VmPoolDAODbFacadeImpl.getAllForUser(Guid id) |
List<vm_pools> |
VmPoolDAO.getAllForUser(Guid user)
Gets all pools for the specified user.
|
List<vm_pools> |
VmPoolDAODbFacadeImpl.getAllWithQuery(String query) |
List<vm_pools> |
VmPoolDAO.getAllWithQuery(String query)
Retrieves all VM pools which satisfy the supplied query.
|
Modifier and Type | Method and Description |
---|---|
void |
VmPoolDAODbFacadeImpl.save(vm_pools pool) |
void |
VmPoolDAO.save(vm_pools pool)
Saves the specified pool.
|
void |
VmPoolDAODbFacadeImpl.update(vm_pools pool) |
void |
VmPoolDAO.update(vm_pools pool)
Updates the specified pool.
|
Copyright © 2012. All Rights Reserved.