> @@ -457,4 +457,12 @@ ImageApi getImageApiForZone( > @Delegate > Optional<? extends ConsolesApi> getConsolesExtensionForZone( > @EndpointParam(parser = RegionToEndpoint.class) String zone); > + > + /** > + * Provides access to interface Type features. > + */ > + @Delegate > + Optional<? extends InterfaceApi> getInterfaceApiForZone( > + @EndpointParam(parser = RegionToEndpoint.class) String zone);
Should be `Optional<InterfaceApi> getInterfaceApi(@EndpointParam(parser = RegionToEndpoint.class) String region);` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/697/files#r26171650
