outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DhcpOptionsSet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default** | Option<**bool**> | If true, the DHCP options set is a default one. If false, it is not. | [optional]
**dhcp_options_set_id** | Option<**String**> | The ID of the DHCP options set. | [optional]
**domain_name** | Option<**String**> | The domain name. | [optional]
**domain_name_servers** | Option<**Vec<String>**> | One or more IPs for the domain name servers. | [optional]
**log_servers** | Option<**Vec<String>**> | One or more IPs for the log servers. | [optional]
**ntp_servers** | Option<**Vec<String>**> | One or more IPs for the NTP servers. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**]ResourceTag.md> | One or more tags associated with the DHCP options set. | [optional]

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