| Package | Description |
|---|---|
| org.jclouds.openstack.glance.v1_0.features | |
| org.jclouds.openstack.glance.v1_0.options |
| Class and Description |
|---|
| CreateImageOptions
Usage The recommended way to instantiate a CreateImageOptions object is to statically import
CreateImageOptions.Builder.* and invoke a static creation method for each option as needed:
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. |
| ListImageOptions
Usage The recommended way to instantiate a ListImageOptions object is to statically import
ListImageOptions.Builder.* and invoke a static creation method for each option as needed:
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. |
| UpdateImageOptions
Usage The recommended way to instantiate a UpdateImageOptions object is to statically import
UpdateImageOptions.Builder.* and invoke a static creation method for each option as needed:
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. |
| Class and Description |
|---|
| CreateImageOptions
Usage The recommended way to instantiate a CreateImageOptions object is to statically import
CreateImageOptions.Builder.* and invoke a static creation method for each option as needed:
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. |
| ImageField
Fields used in Glance options
|
| ListImageOptions
Usage The recommended way to instantiate a ListImageOptions object is to statically import
ListImageOptions.Builder.* and invoke a static creation method for each option as needed:
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. |
| UpdateImageOptions
Usage The recommended way to instantiate a UpdateImageOptions object is to statically import
UpdateImageOptions.Builder.* and invoke a static creation method for each option as needed:
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.