> + * region as this pool.
> + */
> + public Set<URI> getInstances() {
> + return instances;
> + }
> +
> + /**
> + * @return Defines the session affinity option, determines the hash
> method that Google Compute Engine uses to
> + * distribute traffic.
> + */
> + public Optional<String> getSessionAffinity() {
> + return sessionAffinity;
> + }
> +
> + /**
> + * @return This field is applicable only when the target pool is serving
> a forwarding rule as the primary pool.
Make the description not be the `@return` comment? I.e. just:
```
This field...
@return the failover ratio
```
or so?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015303