Modifier and Type | Method and Description |
---|---|
protected VDSGroup |
BackendClusterNetworksResource.getVDSGroup() |
protected VDSGroup |
AbstractBackendStorageDomainContentResource.lookupClusterById(String id) |
protected VDSGroup |
BackendHostResource.lookupClusterByName(String name) |
protected VDSGroup |
AbstractBackendStorageDomainContentResource.lookupClusterByName(String name) |
protected VDSGroup |
BackendClustersResource.map(storage_pool pool)
Map the storage pool (i.e.
|
Modifier and Type | Method and Description |
---|---|
VdcActionParametersBase |
BackendClusterResource.UpdateParametersProvider.getParameters(Cluster incoming,
VDSGroup entity) |
Modifier and Type | Method and Description |
---|---|
static VDSGroup |
ClusterMapper.map(Cluster model,
VDSGroup template) |
static VDSGroup |
ClusterMapper.map(MemoryPolicy model,
VDSGroup template) |
static VDSGroup |
ClusterMapper.map(SchedulingPolicy model,
VDSGroup template) |
static VDSGroup |
ClusterMapper.map(storage_pool pool,
VDSGroup template) |
Modifier and Type | Method and Description |
---|---|
static VDSGroup |
ClusterMapper.map(Cluster model,
VDSGroup template) |
static VDSGroup |
ClusterMapper.map(MemoryPolicy model,
VDSGroup template) |
static VDSGroup |
ClusterMapper.map(SchedulingPolicy model,
VDSGroup template) |
static VDSGroup |
ClusterMapper.map(storage_pool pool,
VDSGroup template) |
static Cluster |
ClusterMapper.map(VDSGroup entity,
Cluster template) |
static MemoryPolicy |
ClusterMapper.map(VDSGroup entity,
MemoryPolicy template) |
static SchedulingPolicy |
ClusterMapper.map(VDSGroup entity,
SchedulingPolicy template) |
Modifier and Type | Method and Description |
---|---|
protected VDSGroup |
VdsGroupCommandBase.getVdsGroup() |
VDSGroup |
VdsLoadBalancingAlgorithm.getVdsGroup() |
protected VDSGroup |
VdsGroupOperationCommandBase.getVdsGroup() |
Modifier and Type | Method and Description |
---|---|
protected List<VDSGroup> |
SearchQuery.searchClusters() |
Modifier and Type | Method and Description |
---|---|
static VdsLoadBalancingAlgorithm |
VdsLoadBalancingAlgorithm.CreateVdsLoadBalancingAlgorithm(VDSGroup group)
Factory method to create necessary load balancing algorithm
|
Constructor and Description |
---|
VdsCpuVdsLoadBalancingAlgorithm(VDSGroup group) |
VdsLoadBalancingAlgorithm(VDSGroup group) |
VmCountVdsLoadBalancingAlgorithm(VDSGroup group) |
Modifier and Type | Method and Description |
---|---|
VDSGroup |
VdsGroupOperationParameters.getVdsGroup() |
Constructor and Description |
---|
AttachNetworkToVdsGroupParameter(VDSGroup group,
network net) |
DisplayNetworkToVdsGroupParameters(VDSGroup group,
network net,
boolean is_display) |
VdsGroupOperationParameters(VDSGroup group) |
Modifier and Type | Method and Description |
---|---|
protected VDSGroup |
AuditLogableBase.getVdsGroup() |
Modifier and Type | Method and Description |
---|---|
protected void |
AuditLogableBase.setVdsGroup(VDSGroup value) |
Modifier and Type | Method and Description |
---|---|
VDSGroup |
VdsGroupDAO.get(Guid id)
Gets the group with the specified id.
|
VDSGroup |
VdsGroupDAODbFacadeImpl.get(Guid id) |
VDSGroup |
VdsGroupDAO.getByName(String name)
Retrieves the group with the specified name.
|
VDSGroup |
VdsGroupDAODbFacadeImpl.getByName(String name) |
VDSGroup |
VdsGroupDAO.getWithRunningVms(Guid id)
Returns the specified VDS group if it has running VMs.
|
VDSGroup |
VdsGroupDAODbFacadeImpl.getWithRunningVms(Guid id) |
Modifier and Type | Method and Description |
---|---|
List<VDSGroup> |
VdsGroupDAO.getAll()
Retrieves all VDS groups.
|
List<VDSGroup> |
VdsGroupDAODbFacadeImpl.getAll() |
List<VDSGroup> |
VdsGroupDAO.getAllForStoragePool(Guid id)
Retrieves the list of groups associated with the given storage pool.
|
List<VDSGroup> |
VdsGroupDAODbFacadeImpl.getAllForStoragePool(Guid id) |
List<VDSGroup> |
VdsGroupDAO.getAllWithQuery(String query)
Retrieves groups using a SQL query snippet.
|
List<VDSGroup> |
VdsGroupDAODbFacadeImpl.getAllWithQuery(String query) |
List<VDSGroup> |
VdsGroupDAO.getClustersWithPermittedAction(Guid userId,
ActionGroup actionGroup)
Retries clusters which the given users has permission to perform the given action.
|
List<VDSGroup> |
VdsGroupDAODbFacadeImpl.getClustersWithPermittedAction(Guid userId,
ActionGroup actionGroup) |
Modifier and Type | Method and Description |
---|---|
void |
VdsGroupDAO.save(VDSGroup group)
Saves the supplied group.
|
void |
VdsGroupDAODbFacadeImpl.save(VDSGroup group) |
void |
VdsGroupDAO.update(VDSGroup group)
Updates the group.
|
void |
VdsGroupDAODbFacadeImpl.update(VDSGroup group) |
Copyright © 2012. All Rights Reserved.