Uses of Class
org.jclouds.openstack.glance.v1_0.domain.Image.Status
- 
Packages that use Image.Status Package Description org.jclouds.openstack.glance.v1_0.domain org.jclouds.openstack.glance.v1_0.options  - 
- 
Uses of Image.Status in org.jclouds.openstack.glance.v1_0.domain
Fields in org.jclouds.openstack.glance.v1_0.domain declared as Image.Status Modifier and Type Field Description protected Image.StatusImageDetails.Builder. statusMethods in org.jclouds.openstack.glance.v1_0.domain that return Image.Status Modifier and Type Method Description static Image.StatusImage.Status. fromValue(String v)Image.StatusImageDetails. getStatus()static Image.StatusImage.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Image.Status[]Image.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.glance.v1_0.domain with parameters of type Image.Status Modifier and Type Method Description TImageDetails.Builder. status(Image.Status status)Constructors in org.jclouds.openstack.glance.v1_0.domain with parameters of type Image.Status Constructor Description ImageDetails(String id, String name, Set<Link> links, ContainerFormat containerFormat, DiskFormat diskFormat, Long size, String checksum, long minDisk, long minRam, String location, String owner, Date updatedAt, Date createdAt, Date deletedAt, Image.Status status, boolean isPublic, Map<String,String> properties) - 
Uses of Image.Status in org.jclouds.openstack.glance.v1_0.options
Methods in org.jclouds.openstack.glance.v1_0.options with parameters of type Image.Status Modifier and Type Method Description static ListImageOptionsListImageOptions.Builder. status(Image.Status status)ListImageOptionsListImageOptions. status(Image.Status status)Return only those images that have the requested status 
 -