Uses of Interface
org.openstack4j.model.manila.Service
-
Packages that use Service Package Description org.openstack4j.api.manila org.openstack4j.openstack.manila.domain org.openstack4j.openstack.manila.internal -
-
Uses of Service in org.openstack4j.api.manila
Methods in org.openstack4j.api.manila that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>ShareService. services()Lists all services. -
Uses of Service in org.openstack4j.openstack.manila.domain
Classes in org.openstack4j.openstack.manila.domain that implement Service Modifier and Type Class Description classManilaServiceRepresents a Manila service and their binary. -
Uses of Service in org.openstack4j.openstack.manila.internal
Methods in org.openstack4j.openstack.manila.internal that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>ShareServiceImpl. services()Lists all services.
-