Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.29 KB

File metadata and controls

17 lines (13 loc) · 1.29 KB

SoftwarerepositoryCifsServer

An external file repository accessible through the CIFS protocol.

Properties

Name Type Description Notes
is_password_set bool [optional]
mount_option str For CIFS, leave the field blank or enter one or more comma seperated options from the following. For Example, " " , " soft " , " soft , nounix " . * soft. * nounix. * noserviceino. * guest. * USERNAME=VALUE. * PASSWORD=VALUE. * sec=VALUE (VALUE could be None, Ntlm, Ntlmi, Ntlmssp, Ntlmsspi, Ntlmv2, Ntlmv2i). [optional]
password str Password configured on the file server. [optional]
remote_file str Filename of the image in the CIFS server. For example:ucs-c220m5-huu-3.1.2c.iso. [optional]
remote_ip str Hostname or IP Address of the CIFS server. [optional]
remote_share str Remote directory where the image is present. For example:/share/subfolder. [optional]
username str Username configured on the CIFS server. [optional]

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