Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. The following table lists the individual DHCP options you can specify. For more information about the options, go to RFC 2132. Options: 1. domain-name A domain name of your choice (e.g., mydomain.com). 2. domain-name-servers The IP address of a domain name server (e.g., 10.2.5.1). You can specify up to four addresses. 3. ntp-servers The IP address of a Network Time Protocol (NTP) server (e.g., 10.4.6.1). You can specify up to four addresses. 4. netbios-name-servers The IP address of a NetBIOS name server (e.g., 10.8.9.5). You can specify up to four addresses. 5. 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)

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CreateDhcpOptionsRequest
Public Class CreateDhcpOptionsRequest
public ref class CreateDhcpOptionsRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateDhcpOptionsRequest()()()()
Initializes a new instance of the CreateDhcpOptionsRequest class
DhcpConfiguration
Gets and sets the DhcpConfiguration property. DHCP Configuration
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetDhcpConfiguration()()()()
Checks if DhcpConfiguration property is set
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDhcpConfiguration(array<DhcpConfiguration>[]()[][])
Sets the DhcpConfiguration property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..CreateDhcpOptionsRequest

See Also