NfsMount Stay organized with collections Save and categorize content based on your preferences.
Represents a mount configuration for Network File System (NFS) to mount.
serverstringRequired. IP address of the NFS server.
pathstringRequired. 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 ofserver:path
mountPointstringRequired. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/
| JSON representation |
|---|
{"server":string,"path":string,"mountPoint":string} |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.