Package | Description |
---|---|
org.ovirt.engine.api.model | |
org.ovirt.engine.api.restapi.resource | |
org.ovirt.engine.api.restapi.util | |
org.ovirt.engine.api.restapi.utils |
Modifier and Type | Class and Description |
---|---|
class |
VersionCaps
Java class for VersionCaps complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Version |
Host.version |
protected Version |
Cluster.version |
protected Version |
DataCenter.version |
protected Version |
RSDL.version |
protected Version |
ProductInfo.version |
Modifier and Type | Field and Description |
---|---|
protected List<Version> |
SupportedVersions.versions |
Modifier and Type | Method and Description |
---|---|
Version |
ObjectFactory.createVersion()
Create an instance of
Version |
Version |
Host.getVersion()
Gets the value of the version property.
|
Version |
Cluster.getVersion()
Gets the value of the version property.
|
Version |
DataCenter.getVersion()
Gets the value of the version property.
|
Version |
RSDL.getVersion()
Gets the value of the version property.
|
Version |
ProductInfo.getVersion()
Gets the value of the version property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Version> |
ObjectFactory.createVersion(Version value)
|
List<Version> |
SupportedVersions.getVersions()
Gets the value of the versions property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Version> |
ObjectFactory.createVersion(Version value)
|
void |
Host.setVersion(Version value)
Sets the value of the version property.
|
void |
Cluster.setVersion(Version value)
Sets the value of the version property.
|
void |
DataCenter.setVersion(Version value)
Sets the value of the version property.
|
void |
RSDL.setVersion(Version value)
Sets the value of the version property.
|
void |
ProductInfo.setVersion(Version value)
Sets the value of the version property.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
BackendResource.getConfigurationValue(Class<T> clz,
ConfigurationValues config,
Version version) |
Modifier and Type | Method and Description |
---|---|
static Version |
VersionHelper.parseVersion(String text)
Parse String to SystemVersion
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VersionHelper.equals(Version v1,
Version v2) |
Modifier and Type | Method and Description |
---|---|
static boolean |
VersionUtils.greaterOrEqual(Version a,
Version b) |
static boolean |
VersionUtils.greaterOrEqual(Version a,
Version b) |
Copyright © 2012. All Rights Reserved.