> @@ -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(

For all other extensions I see 
```java
Optional<? extends ...Api>
```
why defferent here?

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

Reply via email to