Class TroveServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.trove.internal.BaseTroveServices
-
- org.openstack4j.openstack.trove.internal.TroveServiceImpl
-
- All Implemented Interfaces:
TroveService,RestService
public class TroveServiceImpl extends BaseTroveServices implements TroveService
Trove API Implementation- Author:
- sumit gandhi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description TroveServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete 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-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
datastoreService
public DatastoreService datastoreService()
Service implementation which provides methods for manipulation of datastores- Specified by:
datastoreServicein interfaceTroveService- Returns:
- DatastoreService
-
databaseService
public DatabaseService databaseService()
Service implementation which provides methods for manipulation of databases- Specified by:
databaseServicein interfaceTroveService- Returns:
- DatabaseService
-
databaseUsersService
public UserService databaseUsersService()
Service implementation which provides methods for manipulation of database users- Specified by:
databaseUsersServicein interfaceTroveService- Returns:
- UserService
-
flavorService
public InstanceFlavorService flavorService()
Service implementation which provides methods for manipulation of database instance flavors- Specified by:
flavorServicein interfaceTroveService- Returns:
- DBInstanceFlavorService
-
instanceService
public InstanceService instanceService()
Service implementation which provides methods for manipulation of database instances- Specified by:
instanceServicein interfaceTroveService- Returns:
- InstanceService
-
-