Share via


NFSMountConfiguration Class

Information used to connect to an NFS file system.

Constructor

NFSMountConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
source
str

The URI of the file system to mount. Required.

relative_mount_path
str

The relative path on the compute node where the file system will be mounted. Required.

mount_options
str

Additional command line options to pass to the mount command.

Attributes

mount_options

Additional command line options to pass to the mount command.

mount_options: str | None

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