Package org.openstack4j.api.image.v2
Interface TaskService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
TaskServiceImpl
public interface TaskService extends RestService
Image (Glance) V2 Tasks Api- Author:
- emjburns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Taskcreate(Task task)Create a taskTaskget(String taskId)Show details for a task.List<? extends Task>list()List tasksList<? extends Task>list(Map<String,String> filteringParams)List tasks filtering by parameters.
-