Package | Description |
---|---|
org.ovirt.engine.api.restapi.types | |
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.businessentities |
Modifier and Type | Method and Description |
---|---|
static VdsSelectionAlgorithm |
ClusterMapper.map(SchedulingPolicyType model,
VdsSelectionAlgorithm template) |
Modifier and Type | Method and Description |
---|---|
static VdsSelectionAlgorithm |
ClusterMapper.map(SchedulingPolicyType model,
VdsSelectionAlgorithm template) |
static String |
ClusterMapper.map(VdsSelectionAlgorithm entity,
String template) |
Modifier and Type | Method and Description |
---|---|
static VdsSelectionAlgorithm |
RunVmCommandBase.getDefaultSelectionAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static VdsComparer |
VdsComparer.CreateComparer(VdsSelectionAlgorithm selectionAlgorithm)
Factory method, creates necessary comparer
|
Modifier and Type | Method and Description |
---|---|
static VdsSelectionAlgorithm |
VdsSelectionAlgorithm.forValue(int value) |
VdsSelectionAlgorithm |
VDS.getselection_algorithm() |
VdsSelectionAlgorithm |
VDSGroup.getselection_algorithm() |
VdsSelectionAlgorithm |
VM.getselection_algorithm() |
static VdsSelectionAlgorithm |
VdsSelectionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VdsSelectionAlgorithm[] |
VdsSelectionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VDS.setselection_algorithm(VdsSelectionAlgorithm value) |
void |
VDSGroup.setselection_algorithm(VdsSelectionAlgorithm value) |
void |
VM.setselection_algorithm(VdsSelectionAlgorithm value) |
Copyright © 2012. All Rights Reserved.