Uses of Class
org.openstack4j.openstack.manila.domain.ManilaService.ServiceStatus
-
Packages that use ManilaService.ServiceStatus Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.internal -
-
Uses of ManilaService.ServiceStatus in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return ManilaService.ServiceStatus Modifier and Type Method Description ManilaService.ServiceStatusShareService. disableService(String binary, String host)Disables a service.ManilaService.ServiceStatusShareService. enableService(String binary, String host)Enables a service. -
Uses of ManilaService.ServiceStatus in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return ManilaService.ServiceStatus Modifier and Type Method Description ManilaService.ServiceStatusShareServiceImpl. disableService(String binary, String host)Disables a service.ManilaService.ServiceStatusShareServiceImpl. enableService(String binary, String host)Enables a service.
-