mirror of https://github.com/apache/jclouds.git
The deleteVAppTemplate method returns Task XML data
This commit is contained in:
parent
edf0ce24a2
commit
1b10e19e0b
|
@ -160,6 +160,7 @@ public interface VAppTemplateAsyncClient {
|
|||
* @see VAppTemplateClient#deleteVAppTemplate
|
||||
*/
|
||||
@DELETE
|
||||
@Consumes(TASK_XML)
|
||||
@ExceptionParser(ReturnVoidOnNotFoundOr404.class)
|
||||
@XMLResponseParser(TaskHandler.class)
|
||||
ListenableFuture<? extends Task> deleteVAppTemplate(@EndpointParam URI href);
|
||||
|
|
Loading…
Reference in New Issue