Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.37 KB

FiltersDhcpOptions.md

File metadata and controls

22 lines (14 loc) · 1.37 KB

FiltersDhcpOptions

One or more filters.

Properties

Name Type Description Notes
_default Boolean If true, lists all default DHCP options set. If false, lists all non-default DHCP options set. [optional]
dhcpOptionsSetIds List<String> The IDs of the DHCP options sets. [optional]
domainNameServers List<String> The IPs of the domain name servers used for the DHCP options sets. [optional]
domainNames List<String> The domain names used for the DHCP options sets. [optional]
logServers List<String> The IPs of the log servers used for the DHCP options sets. [optional]
ntpServers List<String> The IPs of the Network Time Protocol (NTP) servers used for the DHCP options sets. [optional]
tagKeys List<String> The keys of the tags associated with the DHCP options sets. [optional]
tagValues List<String> The values of the tags associated with the DHCP options sets. [optional]
tags List<String> The key/value combination of the tags associated with the DHCP options sets, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. [optional]