Uses of Interface
org.openstack4j.model.storage.block.ext.Service
-
Packages that use Service Package Description org.openstack4j.api.storage.ext org.openstack4j.openstack.storage.block.domain.ext org.openstack4j.openstack.storage.block.internal -
-
Uses of Service in org.openstack4j.api.storage.ext
Methods in org.openstack4j.api.storage.ext that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>BlockStorageServiceService. list()List services info -
Uses of Service in org.openstack4j.openstack.storage.block.domain.ext
Classes in org.openstack4j.openstack.storage.block.domain.ext that implement Service Modifier and Type Class Description classExtService -
Uses of Service in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type Service Modifier and Type Method Description List<? extends Service>BlockStorageServiceServiceImpl. list()List services info
-