isilon 1.0.0

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SettingsMappingMappingSettings

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cache_entry_expiry** | **i32** | Specifies the cache expiry in seconds of the idmapper. | [optional] [default to null]
**gid_range_enabled** | **bool** | If true, allocates GIDs from a fixed range. | [optional] [default to null]
**gid_range_max** | **i32** | Specifies the ending number for a fixed range from which GIDs are allocated. | [optional] [default to null]
**gid_range_min** | **i32** | Specifies the starting number for a fixed range from which GIDs are allocated. | [optional] [default to null]
**gid_range_next** | **i32** | Specifies the next GID to allocate. | [optional] [default to null]
**uid_range_enabled** | **bool** | If true, allocates UIDs from a fixed range. | [optional] [default to null]
**uid_range_max** | **i32** | Specifies the ending number for a fixed range from which UIDs are allocated. | [optional] [default to null]
**uid_range_min** | **i32** | Specifies the starting number for a fixed range from which UIDs are allocated. | [optional] [default to null]
**uid_range_next** | **i32** | Specifies the next UID to allocate. | [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)