You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignacio Mulas <no...@github.com> on 2014/03/01 21:23:06 UTC

Re: [jclouds-labs-openstack] Glance v2 implementation (#77)

> +import com.google.common.collect.ImmutableList;
> +import com.google.common.collect.ImmutableMap;
> +
> +/**
> + * An image the Glance server knows about
> + * 
> + * @author Ignacio Mulas
> + * 
> + * @see <a href= "http://glance.openstack.org/glanceapi.html" />
> + * @see <a href=
> + *      "https://github.com/openstack/glance/blob/master/glance/api/v2/images.py"
> + *      />
> + */
> +public class Image extends Resource {
> +
> +   public static final String IMAGE = "image", ID = "id", NAME = "name", VISIBILITY = "visibility",

done!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/77/files#r10192305