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