Package com.morpheusdata.core.providers
Interface StorageProviderFileShares
public interface StorageProviderFileShares
This Provider interface is used in combination with
StorageProvider
to define a
StorageServerType
that can create and delete file share storage
buckets. These could be like Samba file shares or NFS file shares.- Since:
- 0.15.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateFileShare
(StorageBucket storageShare, Map opts) deleteFileShare
(StorageBucket storageShare, Map opts) updateFileShare
(StorageBucket storageShare, Map opts)
-
Method Details