Package org.openstack4j.model.manila
Interface BackendStoragePool
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ManilaBackendStoragePool
public interface BackendStoragePool extends ModelEntity
Represents a back-end storage pool.- Author:
- Daniel Gonzalez Nothnagel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBackendStoragePool.Capabilitiesstatic classBackendStoragePool.ConsistencyGroupSupport
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackend()BackendStoragePool.CapabilitiesgetCapabilities()StringgetHost()StringgetName()StringgetPool()
-
-
-
Method Detail
-
getBackend
String getBackend()
- Returns:
- the name of the back end
-
getHost
String getHost()
- Returns:
- the host name for the back end
-
getPool
String getPool()
- Returns:
- the pool name for the back end
-
getName
String getName()
- Returns:
- the name of the back end in this format:
host@backend#POOL
-
getCapabilities
BackendStoragePool.Capabilities getCapabilities()
- Returns:
- the capabilities for the storage back end
-
-