import static org.jclouds.openstack.glance.v1_0.options.CreateImageOptions.Builder.*
// this will create an image with the name "imageName", minimum required disk of 10GB, etc.ApiMetadata for Glance 1.0 API
import static org.jclouds.openstack.glance.v1_0.options.ListImageOptions.Builder.*
// this will list the first 10 images with the name "name", minimum required disk of 5GB.ImageDetails from HTTP headers.
import static org.jclouds.openstack.glance.v1_0.options.UpdateImageOptions.Builder.*
// this will adjust the image with id 'id' the name "newName", minimum required disk of 5GB, etc.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.