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