Uses of Interface
org.openstack4j.api.storage.BlockStorageService
-
Packages that use BlockStorageService Package Description org.openstack4j.api org.openstack4j.openstack.internal org.openstack4j.openstack.storage.block.internal -
-
Uses of BlockStorageService in org.openstack4j.api
Methods in org.openstack4j.api that return BlockStorageService Modifier and Type Method Description BlockStorageServiceOSClient. blockStorage()Returns the Block Storage Service API -
Uses of BlockStorageService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return BlockStorageService Modifier and Type Method Description BlockStorageServiceOSClientSession. blockStorage() -
Uses of BlockStorageService in org.openstack4j.openstack.storage.block.internal
Classes in org.openstack4j.openstack.storage.block.internal that implement BlockStorageService Modifier and Type Class Description classBlockStorageServiceImplBlock Storage (Cinder) Service Operation implementation
-