MountConfiguration interface
The file system to mount on each node.
Properties
| azure |
The Azure Storage Container to mount using blob FUSE on each node. This property is mutually exclusive with all other properties. |
| azure |
The Azure File Share to mount on each node. This property is mutually exclusive with all other properties. |
| cifs |
The CIFS/SMB file system to mount on each node. This property is mutually exclusive with all other properties. |
| nfs |
The NFS file system to mount on each node. This property is mutually exclusive with all other properties. |
Property Details
azureBlobFileSystemConfiguration
The Azure Storage Container to mount using blob FUSE on each node. This property is mutually exclusive with all other properties.
azureBlobFileSystemConfiguration?: AzureBlobFileSystemConfiguration
Property Value
azureFileShareConfiguration
The Azure File Share to mount on each node. This property is mutually exclusive with all other properties.
azureFileShareConfiguration?: AzureFileShareConfiguration
Property Value
cifsMountConfiguration
The CIFS/SMB file system to mount on each node. This property is mutually exclusive with all other properties.
cifsMountConfiguration?: CifsMountConfiguration
Property Value
nfsMountConfiguration
The NFS file system to mount on each node. This property is mutually exclusive with all other properties.
nfsMountConfiguration?: NfsMountConfiguration