Package com.hp.ucmdb.api.systemhealth
Interface SystemDatabaseClassModelConsistency
public interface SystemDatabaseClassModelConsistency
System performance metrics representation
- Since:
- CMS 2019.05
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isDatabaseClassModelConsistent
boolean isDatabaseClassModelConsistent()- Returns:
- whether class model resources are aligned with the database model
-
getDatabaseResourcesToBeAdded
- Returns:
- inconsistent class model database tables or views that should be added.
-
getDatabaseResourcesToBeUpdated
- Returns:
- inconsistent class model database tables or views that should be updated/altered.
-