Modifier and Type | Method and Description |
---|---|
static VdsStatic |
HostMapper.map(Host model,
VdsStatic template) |
static VdsStatic |
HostMapper.map(PowerManagement model,
VdsStatic template) |
Modifier and Type | Method and Description |
---|---|
static VdsStatic |
HostMapper.map(Host model,
VdsStatic template) |
static VdsStatic |
HostMapper.map(PowerManagement model,
VdsStatic template) |
Modifier and Type | Method and Description |
---|---|
protected void |
VdsCommand.AlertIfPowerManagementNotConfigured(VdsStatic vdsStatic)
Alerts if power management not configured.
|
static boolean |
VdsHandler.IsFieldsUpdated(VdsStatic source,
VdsStatic distination,
Iterable<String> list) |
protected boolean |
VdsCommand.IsPowerManagementLegal(VdsStatic vdsStatic,
String clsuterCompatibilityVersion) |
static boolean |
VdsHandler.IsUpdateValid(VdsStatic source,
VdsStatic distination,
VDSStatus status) |
static boolean |
VdsHandler.isVdsExist(VdsStatic vdsStatic,
ArrayList<String> messages) |
static boolean |
VdsHandler.isVdsExistForPendingOvirt(VdsStatic vdsStatic,
ArrayList<String> messages,
Guid oVirtId)
Verify if an existing entity of oVirt type shares same unique-id as queried host.
|
protected void |
VdsCommand.TestVdsPowerManagementStatus(VdsStatic vdsStatic)
Alerts if power management status failed.
|
Modifier and Type | Method and Description |
---|---|
VdsStatic |
VdsOperationActionParameters.getVdsStaticData() |
Constructor and Description |
---|
AddVdsActionParameters(VdsStatic vdsStatic,
String rootPassword) |
UpdateVdsActionParameters(VdsStatic vdsStatic,
String rootPassword,
boolean installVds) |
VdsOperationActionParameters(VdsStatic vdsStatic) |
VdsOperationActionParameters(VdsStatic vdsStatic,
String rootPassword) |
Modifier and Type | Method and Description |
---|---|
VdsStatic |
VDS.getStaticData() |
Modifier and Type | Method and Description |
---|---|
void |
VDS.setStaticData(VdsStatic value) |
Constructor and Description |
---|
VDS(VdsStatic vdsStatic,
VdsDynamic vdsDynamic,
VdsStatistics vdsStatistics) |
Modifier and Type | Method and Description |
---|---|
VdsStatic |
VdsStaticDAODbFacadeImpl.get(Guid id) |
VdsStatic |
VdsStaticDAODbFacadeImpl.get(String name) |
VdsStatic |
VdsStaticDAO.get(String name)
Finds the instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
List<VdsStatic> |
VdsStaticDAODbFacadeImpl.getAll() |
List<VdsStatic> |
VdsStaticDAODbFacadeImpl.getAllForHost(String host) |
List<VdsStatic> |
VdsStaticDAO.getAllForHost(String host)
Retrieves all instances for the given host.
|
List<VdsStatic> |
VdsStaticDAODbFacadeImpl.getAllForVdsGroup(Guid vdsGroup) |
List<VdsStatic> |
VdsStaticDAO.getAllForVdsGroup(Guid vdsGroup)
Retrieves all instances associated with the specified VDS group.
|
List<VdsStatic> |
VdsStaticDAODbFacadeImpl.getAllWithIpAddress(String address) |
List<VdsStatic> |
VdsStaticDAO.getAllWithIpAddress(String address)
Finds all instances with the given ip address.
|
Modifier and Type | Method and Description |
---|---|
void |
VdsStaticDAODbFacadeImpl.save(VdsStatic vds) |
void |
VdsStaticDAODbFacadeImpl.update(VdsStatic vds) |
Modifier and Type | Class and Description |
---|---|
class |
JsonVdsStaticMixIn |
Copyright © 2012. All Rights Reserved.