Class NfsMount (1.15.0)

NfsMount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a mount configuration for Network File System (NFS) to mount.

Attributes

NameDescription
server str
Required. IP address of the NFS server.
path str
Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of ``server:path``
mount_point str
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/

Inheritance

builtins.object > proto.message.Message > NfsMount