> +    * Provides synchronous access to LBaaS Member features
> +    */
> +   @Delegate
> +   Optional<? extends MemberApi> 
> getMemberExtensionForZone(@EndpointParam(parser = ZoneToEndpoint.class) 
> @Nullable String zone);
> +
> +   /**
> +    * Provides synchronous access to LBaaS HealthMonitor features
> +    */
> +   @Delegate
> +   Optional<? extends HealthMonitorApi> 
> getHealthMonitorExtensionForZone(@EndpointParam(parser = 
> ZoneToEndpoint.class) @Nullable String zone);
> +
> +   /**
> +    * Provides synchronous access to LBaaS VIP features
> +    */
> +   @Delegate
> +   Optional<? extends VIPApi> getVIPExtensionForZone(@EndpointParam(parser = 
> ZoneToEndpoint.class) @Nullable String zone);

Out of curiosity: how, if at all, does this relate to 
[VirtualIPApi](https://github.com/jclouds/jclouds/blob/master/apis/rackspace-cloudloadbalancers/src/main/java/org/jclouds/rackspace/cloudloadbalancers/v1/features/VirtualIPApi.java)
 in cloudloadbalancers?

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

Reply via email to