# File lib/fog/aws/models/compute/dhcp_option.rb, line 25 def associate(vpc_id) requires :id service.attach_dhcp_option(id, vpc_id) #reload end