Class Fog::Compute::AWS::DhcpOption
In: lib/fog/aws/models/compute/dhcp_option.rb
Parent: Fog::Model

Methods

associate   destroy   new   save  

Public Class methods

Public Instance methods

Associates an existing dhcp configration set with a VPC

dhcp_option.attach(dopt-id, vpc-id)

Returns

True or false depending on the result

Removes an existing dhcp configuration set

dhcp_option.destroy

Returns

True or false depending on the result

Create a dhcp configuration set

 >> g = AWS.dhcp_options.new()
 >> g.save

Returns:

requestId and a dhcpOptions object

[Validate]