AWS SDK for .NET Documentation
CreateDhcpOptions Method (request)
AmazonAmazon.EC2AmazonEC2ClientCreateDhcpOptions(CreateDhcpOptionsRequest) Did this page help you?   Yes   No    Tell us about it...

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 CreateDhcpOptionsResponse CreateDhcpOptions(
	CreateDhcpOptionsRequest request
)
Parameters
request (CreateDhcpOptionsRequest)
Create Dhcp Options request
Return Value
Create Dhcp Options Response from the service
Exceptions

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