CIFSMountConfiguration Class
Information used to connect to a CIFS file system.
Constructor
CIFSMountConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
user_name
|
The user to use for authentication against the CIFS file system. Required. |
|
source
|
The URI of the file system to mount. Required. |
|
relative_mount_path
|
The relative path on the compute node where the file system will be mounted. Required. |
|
mount_options
|
Additional command line options to pass to the mount command. |
|
password
|
The password to use for authentication against the CIFS file system. Required. |
Attributes
mount_options
Additional command line options to pass to the mount command.
mount_options: str | None
password
The password to use for authentication against the CIFS file system. Required.
password: str
relative_mount_path
The relative path on the compute node where the file system will be mounted. Required.
relative_mount_path: str
source
The URI of the file system to mount. Required.
source: str
user_name
The user to use for authentication against the CIFS file system. Required.
user_name: str