> @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class) > Set<VirtualGuestBlockDeviceTemplateGroup> getPublicImages(); > > + /** > + * @return public images > + * @see <a > href="http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest_Block_Device_Template_Group/getObject" > /> > + */ > + @Named("VirtualGuestBlockDeviceTemplateGroup:getObject") > + @GET > + > @Path("/SoftLayer_Virtual_Guest_Block_Device_Template_Group/{id}/getObject") > + @QueryParams(keys = "objectMask", values = MASK) > + VirtualGuestBlockDeviceTemplateGroup getObject(@PathParam("id") String > id);
Add the corresponding unit and live tests for this new api method. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/655/files#r23726330
