Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.43 KB

CreateDhcpOptionsRequest.md

File metadata and controls

17 lines (9 loc) · 1.43 KB

CreateDhcpOptionsRequest

Properties

Name Type Description Notes
domainName String Specify a domain name (for example, `MyCompany.com`). You can specify only one domain name. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. [optional]
domainNameServers List<String> The IPs of domain name servers. If no IPs are specified, the `OutscaleProvidedDNS` value is set by default. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. [optional]
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
logServers List<String> The IPs of the log servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. [optional]
ntpServers List<String> The IPs of the Network Time Protocol (NTP) servers. You must specify at least one of the following parameters: `DomainName`, `DomainNameServers`, `LogServers`, or `NtpServers`. [optional]