Uses of Interface
org.openstack4j.model.compute.ext.Service
-
Packages that use Service Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain.ext org.openstack4j.openstack.compute.internal -
-
Uses of Service in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>ServicesService. list()List services infoList<? extends Service>ServicesService. list(Map<String,String> filteringParams)Returns list of compute services filtered by parameters. -
Uses of Service in org.openstack4j.openstack.compute.domain.ext
Classes in org.openstack4j.openstack.compute.domain.ext that implement Service Modifier and Type Class Description classExtService -
Uses of Service in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>ServicesServiceImpl. list()List services infoList<? extends Service>ServicesServiceImpl. list(Map<String,String> filteringParams)Returns list of compute services filtered by parameters.
-