> @@ -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);
The v2 support is on the [`feature/lbaasv2`](https://github.com/openstack/neutron/tree/feature/lbaasv2/neutron/extensions) branch in [`loadbalancersv2.py`](https://github.com/openstack/neutron/blob/feature/lbaasv2/neutron/extensions/loadbalancerv2.py) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r18030800
