| cache_number | Integer | the cache number for the nfs mount. 0 is /cache, 1 is /cache/1, ... | [optional] [default to null] |
| ips | List | The host name or IP to mount. | [optional] [default to null] |
| local_path | String | The mount on the local filesystem | [optional] [default to null] |
| mountAction | HostMountActionEnum | | [optional] [default to null] |
| mountType | HostMountTypeEnum | | [optional] [default to null] |
| options | String | a comma separated list of options to pass into the mount commmand. An example is nfsvers=4,rsize=1048576,wsize=1048576,soft,timeo=600,retrans=2,noresvport | [optional] [default to null] |
| port | Integer | The port the NFS service is listening on | [optional] [default to null] |
| priority | Integer | The priority to mount them. Lowest first to highest numbers. For example, /cache is 10, /cache/1 is 100. If they have the same priority then they are run in random order for the priority number. | [optional] [default to null] |
| server_path | String | The mount path to mount | [optional] [default to null] |