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