Class ManilaBackendStoragePool
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaBackendStoragePool
-
- All Implemented Interfaces:
Serializable,BackendStoragePool,ModelEntity
public class ManilaBackendStoragePool extends Object implements BackendStoragePool
Represents a back-end storage pool.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaBackendStoragePool.BackendStoragePoolsstatic classManilaBackendStoragePool.ManilaCapabilities-
Nested classes/interfaces inherited from interface org.openstack4j.model.manila.BackendStoragePool
BackendStoragePool.Capabilities, BackendStoragePool.ConsistencyGroupSupport
-
-
Constructor Summary
Constructors Constructor Description ManilaBackendStoragePool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackend()BackendStoragePool.CapabilitiesgetCapabilities()StringgetHost()StringgetName()StringgetPool()
-
-
-
Method Detail
-
getBackend
public String getBackend()
- Specified by:
getBackendin interfaceBackendStoragePool- Returns:
- the name of the back end
-
getHost
public String getHost()
- Specified by:
getHostin interfaceBackendStoragePool- Returns:
- the host name for the back end
-
getPool
public String getPool()
- Specified by:
getPoolin interfaceBackendStoragePool- Returns:
- the pool name for the back end
-
getName
public String getName()
- Specified by:
getNamein interfaceBackendStoragePool- Returns:
- the name of the back end in this format:
host@backend#POOL
-
getCapabilities
public BackendStoragePool.Capabilities getCapabilities()
- Specified by:
getCapabilitiesin interfaceBackendStoragePool- Returns:
- the capabilities for the storage back end
-
-