isilon 1.0.1

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# NfsSettingsGlobalSettings

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nfsv3_enabled** | **bool** | True if NFSv3 is enabled. | [optional] [default to null]
**nfsv4_enabled** | **bool** | True if NFSv4 is enabled. | [optional] [default to null]
**rpc_maxthreads** | **i32** | Specifies the maximum number of threads in the nfsd thread pool. | [optional] [default to null]
**rpc_minthreads** | **i32** | Specifies the minimum number of threads in the nfsd thread pool. | [optional] [default to null]
**service** | **bool** | True if the NFS service is enabled. When set to false, the NFS service is disabled. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)