> @@ -103,4 +104,14 @@
>      */
>     @Delegate
>     Optional<SecurityGroupApi> getSecurityGroupApi(@EndpointParam(parser = 
> RegionToEndpoint.class) String region);
> +
> +   /**
> +    * Provides access to LBaaS version 1 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<LBaaSApi> getLBaaSv1Api(@EndpointParam(parser = 
> RegionToEndpoint.class) String region);

I am not completely sure, but is this what you are asking for?

https://github.com/openstack/neutron/tree/master/neutron/services/loadbalancer

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

Reply via email to