Interface VolumeBackendPool
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
CinderBackendStoragePool
public interface VolumeBackendPool extends ModelEntity
Represents a back-end storage pool of Cinder Volume.- Author:
- chenguofeng
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVolumeBackendPool.Capabilities
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeBackendPool.CapabilitiesgetCapabilities()StringgetName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the back end in this format:
host@backend#POOL
-
getCapabilities
VolumeBackendPool.Capabilities getCapabilities()
- Returns:
- the capabilities for the storage back end
-
-