| Package | Description |
|---|---|
| org.openstack4j.api.image.v2 | |
| org.openstack4j.openstack.image.v2.domain | |
| org.openstack4j.openstack.image.v2.internal |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.create(Task task)
Create a task
|
Task |
TaskService.get(String taskId)
Show details for a task.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Task> |
TaskService.list()
List tasks
|
List<? extends Task> |
TaskService.list(Map<String,String> filteringParams)
List tasks filtering by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.create(Task task)
Create a task
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlanceTask
A Glance v2 task model implementation
|
| Modifier and Type | Method and Description |
|---|---|
Task |
GlanceTask.TaskConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
TaskBuilder |
GlanceTask.TaskConcreteBuilder.from(Task in) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.create(Task task)
Create a task
|
Task |
TaskServiceImpl.get(String taskId)
Show details for a task.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Task> |
TaskServiceImpl.list()
List tasks
|
List<? extends Task> |
TaskServiceImpl.list(Map<String,String> filteringParams)
List tasks filtering by parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskServiceImpl.create(Task task)
Create a task
|
Copyright © 2017. All rights reserved.