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.Status
ImageDetails.Builder. status
Methods in org.jclouds.openstack.glance.v1_0.domain that return Image.Status Modifier and Type Method Description static Image.Status
Image.Status. fromValue(String v)
Image.Status
ImageDetails. getStatus()
static Image.Status
Image.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 T
ImageDetails.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 ListImageOptions
ListImageOptions.Builder. status(Image.Status status)
ListImageOptions
ListImageOptions. status(Image.Status status)
Return only those images that have the requested status
-