Package org.openstack4j.api.trove
Interface TroveService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
TroveServiceImpl
public interface TroveService extends RestService
This interface contains all available Trove Services- Author:
- sumit gandhi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatabaseServicedatabaseService()Service implementation which provides methods for manipulation of databasesUserServicedatabaseUsersService()Service implementation which provides methods for manipulation of database usersDatastoreServicedatastoreService()Service implementation which provides methods for manipulation of datastoresInstanceFlavorServiceflavorService()Service implementation which provides methods for manipulation of database instance flavorsInstanceServiceinstanceService()Service implementation which provides methods for manipulation of database instances
-
-
-
Method Detail
-
databaseService
DatabaseService databaseService()
Service implementation which provides methods for manipulation of databases- Returns:
- DatabaseService
-
databaseUsersService
UserService databaseUsersService()
Service implementation which provides methods for manipulation of database users- Returns:
- UserService
-
datastoreService
DatastoreService datastoreService()
Service implementation which provides methods for manipulation of datastores- Returns:
- DatastoreService
-
flavorService
InstanceFlavorService flavorService()
Service implementation which provides methods for manipulation of database instance flavors- Returns:
- DBInstanceFlavorService
-
instanceService
InstanceService instanceService()
Service implementation which provides methods for manipulation of database instances- Returns:
- InstanceService
-
-