public interface HasMountVolumes
Modifier and Type | Interface and Description |
---|---|
static interface |
HasMountVolumes.DefinitionStages
Grouping of definition stages involving specifying mount volume to mount.
|
Modifier and Type | Method and Description |
---|---|
void |
attachAzureBlobFileSystem(AzureBlobFileSystem azureBlobFileSystem) |
void |
attachAzureFileShare(AzureFileShare azureFileShare) |
void |
attachFileServer(FileServer fileServer) |
void attachAzureFileShare(AzureFileShare azureFileShare)
azureFileShare
- Azure fileshare to be attachedvoid attachAzureBlobFileSystem(AzureBlobFileSystem azureBlobFileSystem)
azureBlobFileSystem
- Azure blob filesystem to be attachedvoid attachFileServer(FileServer fileServer)
fileServer
- file server to be attachedCopyright © 2019. All rights reserved.