> +      return expectedCodes;
> +   }
> +
> +   /**
> +    * @return the pools for this HealthMonitor.
> +    */
> +   @Nullable
> +   public ImmutableList<PoolStatus> getPools() {
> +      return pools;
> +   }
> +
> +   /**
> +    * @return the administrative state for this HealthMonitor.
> +    */
> +   @Nullable
> +   public Boolean getAdminStateUp() {

specs or no specs using Boolean or `Optional<Boolean>` is pretty awful 
experience. I'd try to find a default and leave primitive. isX gives most 
cognitive sense immediately, especially if no chance of NPE

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

Reply via email to