Uses of Class
org.openstack4j.openstack.compute.domain.ext.ExtService
-
Packages that use ExtService Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain.ext org.openstack4j.openstack.compute.internal -
-
Uses of ExtService in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return ExtService Modifier and Type Method Description ExtServiceServicesService. disableService(String binary, String host)Disables a service.ExtServiceServicesService. enableService(String binary, String host)Enables a compute services.ExtServiceServicesService. forceDownService(String binary, String host)Forcefully shuts down a service.ExtServiceServicesService. forceUpService(String binary, String host)Forcefully brings up a service. -
Uses of ExtService in org.openstack4j.openstack.compute.domain.ext
Methods in org.openstack4j.openstack.compute.domain.ext that return types with arguments of type ExtService Modifier and Type Method Description List<ExtService>ExtService.Services. value() -
Uses of ExtService in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return ExtService Modifier and Type Method Description ExtServiceServicesServiceImpl. disableService(String binary, String host)Disables a compute service.ExtServiceServicesServiceImpl. enableService(String binary, String host)Enables a compute services.ExtServiceServicesServiceImpl. forceDownService(String binary, String host)Forcefully shuts down a service.ExtServiceServicesServiceImpl. forceUpService(String binary, String host)Forcefully brings up a service.
-