Uses of Class
org.openstack4j.model.image.Image.Status
-
Packages that use Image.Status Package Description org.openstack4j.model.image org.openstack4j.openstack.image.domain -
-
Uses of Image.Status in org.openstack4j.model.image
Methods in org.openstack4j.model.image that return Image.Status Modifier and Type Method Description Image.StatusImage. getStatus()static Image.StatusImage.Status. value(String v)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. -
Uses of Image.Status in org.openstack4j.openstack.image.domain
Methods in org.openstack4j.openstack.image.domain that return Image.Status Modifier and Type Method Description Image.StatusGlanceImage. getStatus()Methods in org.openstack4j.openstack.image.domain with parameters of type Image.Status Modifier and Type Method Description GlanceImageGlanceImage. status(Image.Status status)
-