Package org.ovirt.engine.sdk4.services
Interface JobsService.AddResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- JobsService
public static interface JobsService.AddResponse extends Response
Add an external job. For example, to add a job with the following request: [source] ---- POST /ovirt-engine/api/jobs ---- With the following request body: [source,xml] ----Doing some work true Doing some work true true 2016-12-13T02:15:42.130+02:00 2016-12-13T02:15:42.130+02:00 started
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Job
job()
Job that will be added.
-
-
-
Method Detail
-
job
Job job()
Job that will be added.
-
-