Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

SoftwarerepositoryNfsServer.md

File metadata and controls

14 lines (10 loc) · 1.01 KB

SoftwarerepositoryNfsServer

An external file repository accessible through the NFS protocol.

Properties

Name Type Description Notes
mount_options str For NFS, leave the field blank or enter one or more comma seperated options from the following.For Example, " " , " ro " , " ro , rw " . * ro. * rw. * nolock. * noexec. * soft. * PORT=VALUE. * timeo=VALUE. * retry=VALUE. [optional] [readonly]
remote_file str Filename of the image in the NFS server. For example:ucs-c220m5-huu-3.1.2c.iso. [optional]
remote_ip str Hostname or IP Address of the NFS server. [optional]
remote_share str Remote directory where the image is present. For example:/share/subfolder. [optional]

[Back to Model list] [Back to API list] [Back to README]