Uses of Class
org.openstack4j.model.image.v2.Image.ImageStatus
-
Packages that use Image.ImageStatus Package Description org.openstack4j.model.image.v2 org.openstack4j.openstack.image.v2.domain -
-
Uses of Image.ImageStatus in org.openstack4j.model.image.v2
Methods in org.openstack4j.model.image.v2 that return Image.ImageStatus Modifier and Type Method Description Image.ImageStatusImage. getStatus()static Image.ImageStatusImage.ImageStatus. value(String v)static Image.ImageStatusImage.ImageStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Image.ImageStatus[]Image.ImageStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Image.ImageStatus in org.openstack4j.openstack.image.v2.domain
Methods in org.openstack4j.openstack.image.v2.domain that return Image.ImageStatus Modifier and Type Method Description Image.ImageStatusGlanceImage. getStatus()
-