DhcpOptionsArgs

constructor(domainName: Output<String>? = null, domainNameServers: Output<List<String>>? = null, ipv6AddressPreferredLeaseTime: Output<Int>? = null, netbiosNameServers: Output<List<String>>? = null, netbiosNodeType: Output<Int>? = null, ntpServers: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)