> +import org.jclouds.javax.annotation.Nullable; > + > +import com.google.common.base.MoreObjects; > +import com.google.common.base.Objects; > +import com.google.common.collect.ImmutableList; > +import com.google.common.collect.ImmutableSet; > + > +/** > + * A Neutron LBaaS v1 Pool. > + * > + * @see <a > href="http://docs.openstack.org/api/openstack-network/2.0/content/lbaas_ext_ops_pool.html">api > doc</a> > + */ > +public class Pool { > + > + // Load balancing methods that must be supported by all providers. > + // Not an enum type because any provider may support additional balancing > methods.
Good comment! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17864305
