AWS SDK for .NET Documentation
CreateDhcpOptionsRequest Class
AmazonAmazon.EC2.ModelCreateDhcpOptionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreateDhcpOptions operation.

Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132 .

For more information about DHCP options, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide .

Declaration Syntax
C#
public class CreateDhcpOptionsRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateDhcpOptionsRequest()()()()
Initializes a new instance of the CreateDhcpOptionsRequest class

DhcpConfiguration
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>[]()[][]) Obsolete.
Sets the DHCP Configuration

Inheritance Hierarchy
Object
EC2Request
 CreateDhcpOptionsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)