> @@ -157,6 +158,22 @@
> @Nullable
> Operation removeHealthCheck(@PathParam("targetPool") String targetPool,
> @PayloadParam("healthChecks") List<URI> healthChecks);
>
> + /**
> + * Gets the HealthStatus of an instance in a targetPool.
> + *
> + * @param targetPool the name of the target pool.
> + * @param healthChecks the self-links of the health checks to be removed
> from the targetPool.
> + *
> + * @return an Operation resource. To check on the status of an operation,
> poll the Operations resource returned to
> + * you, and look for the status field.
> + */
> + @Named("TargetPools:getHealth")
> + @POST
> + @Path("/{targetPool}/getHealth")
> + @Nullable
I think you are correct. This means that add/remove healthCheck and add/remove
instance are not nullable either.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/108/files#r21549411