Uses of Class
org.openstack4j.model.sahara.Image.Status
-
Packages that use Image.Status Package Description org.openstack4j.model.sahara org.openstack4j.openstack.sahara.domain -
-
Uses of Image.Status in org.openstack4j.model.sahara
Methods in org.openstack4j.model.sahara that return Image.Status Modifier and Type Method Description static Image.StatusImage.Status. forValue(String v)Image.StatusImage. 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. -
Uses of Image.Status in org.openstack4j.openstack.sahara.domain
Methods in org.openstack4j.openstack.sahara.domain that return Image.Status Modifier and Type Method Description Image.StatusSaharaImage. getStatus()
-