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
# NetworkGroupnetCreateParams

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | A description of the groupnet. | [optional] [default to null]
**dns_cache_enabled** | **bool** | DNS caching is enabled or disabled. | [optional] [default to null]
**dns_options** | **Vec<String>** | List of DNS resolver options. | [optional] [default to null]
**dns_search** | **Vec<String>** | List of DNS search suffixes. | [optional] [default to null]
**dns_servers** | **Vec<String>** | List of Domain Name Server IP addresses. | [optional] [default to null]
**name** | **String** | The name of the groupnet. | [default to null]
**server_side_dns_search** | **bool** | Enable or disable appending nodes DNS search  list to client DNS inquiries directed at SmartConnect service IP. | [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)