public class MountVolumes extends Object
| Constructor and Description |
|---|
MountVolumes() |
| Modifier and Type | Method and Description |
|---|---|
List<AzureBlobFileSystemReference> |
azureBlobFileSystems()
Get a collection of Azure Blob Containers that are to be mounted to the cluster nodes.
|
List<AzureFileShareReference> |
azureFileShares()
Get a collection of Azure File Shares that are to be mounted to the cluster nodes.
|
List<FileServerReference> |
fileServers()
Get a collection of Batch AI File Servers that are to be mounted to the cluster nodes.
|
List<UnmanagedFileSystemReference> |
unmanagedFileSystems()
Get a collection of unmanaged file systems that are to be mounted to the cluster nodes.
|
MountVolumes |
withAzureBlobFileSystems(List<AzureBlobFileSystemReference> azureBlobFileSystems)
Set a collection of Azure Blob Containers that are to be mounted to the cluster nodes.
|
MountVolumes |
withAzureFileShares(List<AzureFileShareReference> azureFileShares)
Set a collection of Azure File Shares that are to be mounted to the cluster nodes.
|
MountVolumes |
withFileServers(List<FileServerReference> fileServers)
Set a collection of Batch AI File Servers that are to be mounted to the cluster nodes.
|
MountVolumes |
withUnmanagedFileSystems(List<UnmanagedFileSystemReference> unmanagedFileSystems)
Set a collection of unmanaged file systems that are to be mounted to the cluster nodes.
|
public List<AzureFileShareReference> azureFileShares()
public MountVolumes withAzureFileShares(List<AzureFileShareReference> azureFileShares)
azureFileShares - the azureFileShares value to setpublic List<AzureBlobFileSystemReference> azureBlobFileSystems()
public MountVolumes withAzureBlobFileSystems(List<AzureBlobFileSystemReference> azureBlobFileSystems)
azureBlobFileSystems - the azureBlobFileSystems value to setpublic List<FileServerReference> fileServers()
public MountVolumes withFileServers(List<FileServerReference> fileServers)
fileServers - the fileServers value to setpublic List<UnmanagedFileSystemReference> unmanagedFileSystems()
public MountVolumes withUnmanagedFileSystems(List<UnmanagedFileSystemReference> unmanagedFileSystems)
unmanagedFileSystems - the unmanagedFileSystems value to setCopyright © 2019. All rights reserved.