MountVolumes Class

Details of volumes to mount on the cluster.

Inheritance
MountVolumes

Constructor

MountVolumes(*, azure_file_shares: Optional[List[azure.mgmt.batchai.models._models_py3.AzureFileShareReference]] = None, azure_blob_file_systems: Optional[List[azure.mgmt.batchai.models._models_py3.AzureBlobFileSystemReference]] = None, file_servers: Optional[List[azure.mgmt.batchai.models._models_py3.FileServerReference]] = None, unmanaged_file_systems: Optional[List[azure.mgmt.batchai.models._models_py3.UnmanagedFileSystemReference]] = None, **kwargs)

Parameters

azure_file_shares
list[<xref:batch_ai.models.AzureFileShareReference>]
Required

A collection of Azure File Shares that are to be mounted to the cluster nodes.

azure_blob_file_systems
list[<xref:batch_ai.models.AzureBlobFileSystemReference>]
Required

A collection of Azure Blob Containers that are to be mounted to the cluster nodes.

file_servers
list[<xref:batch_ai.models.FileServerReference>]
Required

A collection of Batch AI File Servers that are to be mounted to the cluster nodes.

unmanaged_file_systems
list[<xref:batch_ai.models.UnmanagedFileSystemReference>]
Required

A collection of unmanaged file systems that are to be mounted to the cluster nodes.