Class AWS::EC2::DHCPOptions
In: lib/aws/ec2/dhcp_options.rb
Parent: Resource

Methods

Included Modules

TaggedItem

External Aliases

dhcp_options_id -> id

Attributes

dhcp_options_id  [R]  @return [String]

Public Class methods

Public Instance methods

Associates this set of options to the given VPC. @param [VPC,String] vpc A {VPC} object or a vpc id string. @return [nil]

@return [Hash]

Deletes these DHCP options. An error will be raised if these options are currently associated to a VPC. To disassociate this set of options from a VPC, associate a different set of options with the VPC.

@return [nil]

@return [Boolean] Returns true if the dhcp options exists.

@return [VPCCollection] Returns a collection that represents

  all VPCs currently using this dhcp options.

Protected Instance methods

[Validate]