Class ObjectStorageServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.storage.object.internal.ObjectStorageServiceImpl
-
- All Implemented Interfaces:
ObjectStorageService,RestService
public class ObjectStorageServiceImpl extends Object implements ObjectStorageService
OpenStack Object Storage service implementation- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description ObjectStorageServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectStorageAccountServiceaccount()The Object Storage Account ServiceObjectStorageContainerServicecontainers()The Object Storage Container ServiceObjectStorageObjectServiceobjects()The Object Storage file and directory service
-
-
-
Method Detail
-
account
public ObjectStorageAccountService account()
The Object Storage Account Service- Specified by:
accountin interfaceObjectStorageService- Returns:
- the account service
-
containers
public ObjectStorageContainerService containers()
The Object Storage Container Service- Specified by:
containersin interfaceObjectStorageService- Returns:
- the container service
-
objects
public ObjectStorageObjectService objects()
The Object Storage file and directory service- Specified by:
objectsin interfaceObjectStorageService- Returns:
- the object service
-
-