Class DBInstanceServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.trove.internal.BaseTroveServices
-
- org.openstack4j.openstack.trove.internal.DBInstanceServiceImpl
-
- All Implemented Interfaces:
InstanceService
public class DBInstanceServiceImpl extends BaseTroveServices implements InstanceService
InstanceService API Implementation- Author:
- Shital Patil
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description DBInstanceServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instancecreate(InstanceCreate instanceCreate)ActionResponsedelete(String id)Instanceget(String instanceId)List<? extends Instance>list()-
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
-
list
public List<? extends Instance> list()
- Specified by:
listin interfaceInstanceService
-
get
public Instance get(String instanceId)
- Specified by:
getin interfaceInstanceService
-
create
public Instance create(InstanceCreate instanceCreate)
- Specified by:
createin interfaceInstanceService
-
delete
public ActionResponse delete(String id)
- Specified by:
deletein interfaceInstanceService
-
-