Modifier and Type | Method and Description |
---|---|
static SupportedVersions |
VersionMapper.map(List<Version> entity,
SupportedVersions template) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VersionUtils.greaterOrEqual(Version a,
Version b) |
static boolean |
VersionUtils.greaterOrEqual(Version a,
Version b) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<ServerCpu> |
CpuFlagsManagerHandler.AllServerCpuList(Version ver) |
static boolean |
CpuFlagsManagerHandler.CheckIfCpusExist(String cpuName,
Version ver) |
static boolean |
CpuFlagsManagerHandler.CheckIfCpusSameManufacture(String cpuName1,
String cpuName2,
Version ver) |
static boolean |
CpuFlagsManagerHandler.CheckIfServerAndClusterCanFit(String clusterCpuName,
String serverFlags,
Version ver) |
static int |
CpuFlagsManagerHandler.compareCpuLevels(String cpuName1,
String cpuName2,
Version ver) |
static ServerCpu |
CpuFlagsManagerHandler.FindMaxServerCpu(String clusterCpuName,
String serverFlags,
Version ver) |
static ServerCpu |
CpuFlagsManagerHandler.FindMaxServerCpuByFlags(String flags,
Version ver)
Finds max server cpu by server cpu flags only
|
static List<ServerCpu> |
CpuFlagsManagerHandler.GetAllServerCpusBelowCpu(String cpuName,
Version ver)
Returns all CPU lower than the given CPU INCLUDING IT !!!
|
static String |
CpuFlagsManagerHandler.GetVDSVerbDataByCpuName(String name,
Version ver) |
static List<String> |
CpuFlagsManagerHandler.missingServerCpuFlags(String clusterCpuName,
String serverFlags,
Version ver)
Returns missing CPU flags if any, or null if the server match the cluster
CPU flags
|
Modifier and Type | Method and Description |
---|---|
protected Set<StorageFormatType> |
StorageHandlingCommandBase.getSupportedStorageFormatSet(Version version) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VersionSupport.checkClusterVersionSupported(Version clusterCompatibilityVersion,
VDS vds)
check that cluster version included in host supported clusters
|
static boolean |
VersionSupport.checkVersionSupported(Version compatibility_version) |
Modifier and Type | Method and Description |
---|---|
Version |
VDSGroup.getcompatibility_version() |
Version |
storage_pool.getcompatibility_version() |
Version |
VdsVersion.getFullVersion()
Version in .Net style: a.b.c.d when a: major version, b: minor version , c: major revision, d: minor revision
assumption: Vds version in format: x.y where x = major version, y= minor version.
|
Version |
VM.getGuestAgentVersion() |
Version |
VM.getPartialVersion() |
Version |
VdsVersion.getPartialVersion() |
Version |
VM.getSpiceDriverVersion() |
Version |
VM.getvds_group_compatibility_version() |
Version |
VDS.getvds_group_compatibility_version() |
Modifier and Type | Method and Description |
---|---|
HashSet<Version> |
VDS.getSupportedClusterVersionsSet() |
HashSet<Version> |
VdsDynamic.getSupportedClusterVersionsSet() |
HashSet<Version> |
VDS.getSupportedENGINESVersionsSet() |
HashSet<Version> |
VdsDynamic.getSupportedENGINESVersionsSet() |
Modifier and Type | Method and Description |
---|---|
void |
VDSGroup.setcompatibility_version(Version value) |
void |
storage_pool.setcompatibility_version(Version value) |
void |
VM.setGuestAgentVersion(Version value) |
void |
VM.setSpiceDriverVersion(Version value) |
void |
VM.setvds_group_compatibility_version(Version value) |
void |
VDS.setvds_group_compatibility_version(Version value) |
Modifier and Type | Method and Description |
---|---|
Version |
IConfigUtilsInterface.getVersionValue(String name,
String defaultValue)
Gets the version value.
|
Modifier and Type | Method and Description |
---|---|
Version |
GetAllServerCpuListParameters.getVersion() |
Constructor and Description |
---|
GetAllServerCpuListParameters(Version version) |
GetAvailableClustersByServerCpuParameters(String cpuName,
Version version) |
Modifier and Type | Class and Description |
---|---|
class |
RpmVersion
Class used to extract and represent a version of RPM.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other) |
static boolean |
Version.OpEquality(Version v1,
Version v2) |
static boolean |
Version.OpInequality(Version v1,
Version v2) |
Modifier and Type | Method and Description |
---|---|
Version |
ConfigUtilsBase.getVersionValue(String name,
String defaultValue) |
Copyright © 2012. All Rights Reserved.