# FiltersDhcpOptions
## Properties
**default** | Option<**bool**> | If true, lists all default DHCP options set. If false, lists all non-default DHCP options set. | [optional]
**dhcp_options_set_ids** | Option<**Vec<String>**> | The IDs of the DHCP options sets. | [optional]
**domain_name_servers** | Option<**Vec<String>**> | The IPs of the domain name servers used for the DHCP options sets. | [optional]
**domain_names** | Option<**Vec<String>**> | The domain names used for the DHCP options sets. | [optional]
**log_servers** | Option<**Vec<String>**> | The IPs of the log servers used for the DHCP options sets. | [optional]
**ntp_servers** | Option<**Vec<String>**> | The IPs of the Network Time Protocol (NTP) servers used for the DHCP options sets. | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the DHCP options sets. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the DHCP options sets. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the DHCP options sets, in the following format: "Filters":{"Tags":["TAGKEY=TAGVALUE"]}. | [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)