Re: [jclouds/jclouds-labs-aws] Health check and Subnet API (#70)

2017-01-21 Thread Andrea Turli
andreaturli commented on this pull request. > +import javax.inject.Named; +import javax.ws.rs.FormParam; +import javax.ws.rs.POST; +import javax.ws.rs.Path; + +import org.jclouds.aws.filters.FormSigner; +import org.jclouds.elb.binders.BindSubnetIdsToIndexedFormParams; +import

Re: [jclouds/jclouds-labs-aws] Health check and Subnet API (#70)

2017-01-21 Thread Andrea Turli
Thanks @justinThompson great start! As you are adding `HealthCheckApi` and `SubnetApi` could you also add the `*ExpectTest`s for those APIs, along the `*LiveTest`s ? It could be interesting to know that the style of those `ExpectTest` is actually deprecated as jclouds is adopting a (simpler)

Re: [jclouds/jclouds-labs] add remaining features to support the abstraction (#345)

2017-01-21 Thread Andrea Turli
I've found that they have changed the createDevice and createSsh API that now returns domain objects rather than URI, so even easier! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: