Interface HasMountVolumes


public interface HasMountVolumes
An interface representing a model's ability to attach mount volumes.
  • Method Details

    • attachAzureFileShare

      void attachAzureFileShare(AzureFileShare azureFileShare)
      Parameters:
      azureFileShare - Azure fileshare to be attached
    • attachAzureBlobFileSystem

      void attachAzureBlobFileSystem(AzureBlobFileSystem azureBlobFileSystem)
      Parameters:
      azureBlobFileSystem - Azure blob filesystem to be attached
    • attachFileServer

      void attachFileServer(FileServer fileServer)
      Parameters:
      fileServer - file server to be attached