Class | AWS::EC2::DHCPOptionsCollection |
In: |
lib/aws/ec2/dhcp_options_collection.rb
|
Parent: | Collection |
@param [Hash] options
@option options [required,String] :domain_name A domain name of your
choice (e.g., example.com).
@option options [Array<String>] :domain_name_servers
The IP addresses of domain name servers. You can specify up to four addresses.
@option options [Array<String>] :ntp_servers
The IP addresses of Network Time Protocol (NTP) servers. You can specify up to four addresses.
@option options [Array<String>] :netbios_name_servers
The IP addresses of NetBIOS name servers. You can specify up to four addresses.
@option options [String] :netbios_node_type Value indicating the
NetBIOS node type (1, 2, 4, or 8). For more information about the values, go to RFC 2132. We recommend you only use 2 at this time (broadcast and multicast are currently not supported).