> @@ -261,6 +262,13 @@
>     Optional<? extends ConsolesApi> getConsolesApi(
>           @EndpointParam(parser = RegionToEndpoint.class) String region);
>  
> +     /**
> +      * Provides access to attach interface features.
> +      */
> +     @Delegate
> +     Optional<? extends AttachInterfaceApi> getAttachInterfaceApi(

All of the APIs are changing to this format since the upper bounds wildcard 
isn't necessary.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/497/files#r17067479

Reply via email to