> +    * 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);

Looking at the documentation of rackspace regarding these, I can say that 
they're talking about the same concepts.

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

Reply via email to