> @@ -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(
> +                     @EndpointParam(parser = RegionToEndpoint.class) String 
> zone);

Please replace any references to `zone` with `region`. Thx!

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

Reply via email to