Interface HasMountVolumes
public interface HasMountVolumes
An interface representing a model's ability to attach mount volumes.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving specifying mount volume to mount. -
Method Summary
Modifier and TypeMethodDescriptionvoid
attachAzureBlobFileSystem
(AzureBlobFileSystem azureBlobFileSystem) void
attachAzureFileShare
(AzureFileShare azureFileShare) void
attachFileServer
(FileServer fileServer)
-
Method Details
-
attachAzureBlobFileSystem
- Parameters:
azureBlobFileSystem
- Azure blob filesystem to be attached
-
attachFileServer
- Parameters:
fileServer
- file server to be attached