> + 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() {`public Boolean isAdminStateUp()` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17917756
