> + 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() {
Please disregard this comment. You are correct, the spec says to use `getXXX()`
for types.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146/files#r17979286