Class AWS::EC2::DHCPOptionsCollection
In: lib/aws/ec2/dhcp_options_collection.rb
Parent: Collection

Methods

[]   _each_item   create  

Included Modules

TaggedCollection Core::Collection::Simple

Public Instance methods

@param [String] dhcp_options_id @return [DHCPOptions]

@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).

Protected Instance methods

[Validate]