mirror of https://github.com/apache/jclouds.git
Merge pull request #789 from andreaturli/vcd
issue 830: added VAppTemplateURNToHref conversion to get(String reference)
This commit is contained in:
commit
243472077b
|
@ -75,7 +75,7 @@ public interface VAppTemplateAsyncApi {
|
|||
@Consumes(VAPP_TEMPLATE)
|
||||
@JAXBResponseParser
|
||||
@ExceptionParser(ReturnNullOnNotFoundOr404.class)
|
||||
ListenableFuture<VAppTemplate> get(@EndpointParam String reference);
|
||||
ListenableFuture<VAppTemplate> get(@EndpointParam(parser = VAppTemplateURNToHref.class) String reference);
|
||||
|
||||
/**
|
||||
* @see VAppTemplateApi#edit(String, VAppTemplate)
|
||||
|
|
Loading…
Reference in New Issue