Class CinderBackendStoragePool
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.CinderBackendStoragePool
-
- All Implemented Interfaces:
Serializable,ModelEntity,VolumeBackendPool
public class CinderBackendStoragePool extends Object implements VolumeBackendPool
Represents a back-end storage pool for Cinder.- Author:
- chenguofeng
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCinderBackendStoragePool.CinderCapabilitiesstatic classCinderBackendStoragePool.VolumeBackendPools-
Nested classes/interfaces inherited from interface org.openstack4j.openstack.storage.block.domain.VolumeBackendPool
VolumeBackendPool.Capabilities
-
-
Constructor Summary
Constructors Constructor Description CinderBackendStoragePool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VolumeBackendPool.CapabilitiesgetCapabilities()StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceVolumeBackendPool- Returns:
- the name of the back end in this format:
host@backend#POOL
-
getCapabilities
public VolumeBackendPool.Capabilities getCapabilities()
- Specified by:
getCapabilitiesin interfaceVolumeBackendPool- Returns:
- the capabilities for the storage back end
-
-