MountConfiguration Class
The file system to mount on each node.
Constructor
MountConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
azure_blob_file_system_configuration
|
The Azure Storage Container to mount using blob FUSE on each node. |
|
nfs_mount_configuration
|
The NFS file system to mount on each node. |
|
cifs_mount_configuration
|
The CIFS/SMB file system to mount on each node. |
|
azure_file_share_configuration
|
The Azure File Share to mount on each node. |
Attributes
azure_blob_file_system_configuration
The Azure Storage Container to mount using blob FUSE on each node.
azure_blob_file_system_configuration: _models.AzureBlobFileSystemConfiguration | None
azure_file_share_configuration
The Azure File Share to mount on each node.
azure_file_share_configuration: _models.AzureFileShareConfiguration | None
cifs_mount_configuration
The CIFS/SMB file system to mount on each node.
cifs_mount_configuration: _models.CIFSMountConfiguration | None
nfs_mount_configuration
The NFS file system to mount on each node.
nfs_mount_configuration: _models.NFSMountConfiguration | None