> +    * This API is an extension that may or may not be present in your 
> OpenStack cloud. Use the Optional return type
> +    * to determine if it is present.
> +    */
> +   @Delegate
> +   Optional<SecurityGroupApi> getSecurityGroupApi(@EndpointParam(parser = 
> RegionToEndpoint.class) String region);
> +
> +   /**
> +    * Provides access to SecurityGroupRule features.
> +    *
> +    * <h3>NOTE</h3>
> +    * This API is an extension that may or may not be present in your 
> OpenStack cloud. Use the Optional return type
> +    * to determine if it is present.
> +    */
> +   @Delegate
> +   Optional<SecurityGroupRuleApi> getSecurityGroupRuleApi(
> +         @EndpointParam(parser = RegionToEndpoint.class) String region);

Also will have to rename the get methods.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16622341

Reply via email to