MountConfiguration Class
The file system to mount on each node.
Constructor
MountConfiguration(*, azure_blob_file_system_configuration: _models.AzureBlobFileSystemConfiguration | None = None, nfs_mount_configuration: _models.NFSMountConfiguration | None = None, cifs_mount_configuration: _models.CIFSMountConfiguration | None = None, azure_file_share_configuration: _models.AzureFileShareConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
azure_blob_file_system_configuration
|
This property is mutually exclusive with all other properties. Default value: None
|
nfs_mount_configuration
|
This property is mutually exclusive with all other properties. Default value: None
|
cifs_mount_configuration
|
This property is mutually exclusive with all other properties. Default value: None
|
azure_file_share_configuration
|
This property is mutually exclusive with all other properties. Default value: None
|
Variables
Name | Description |
---|---|
azure_blob_file_system_configuration
|
This property is mutually exclusive with all other properties. |
nfs_mount_configuration
|
This property is mutually exclusive with all other properties. |
cifs_mount_configuration
|
This property is mutually exclusive with all other properties. |
azure_file_share_configuration
|
This property is mutually exclusive with all other properties. |