lib/fog/aws/models/compute/dhcp_option.rb in fog-1.19.0 vs lib/fog/aws/models/compute/dhcp_option.rb in fog-1.20.0
- old
+ new
@@ -22,11 +22,11 @@
#
# True or false depending on the result
#
def associate(vpc_id)
requires :id
- service.attach_dhcp_option(id, vpc_id)
- #reload
+ service.associate_dhcp_options(id, vpc_id)
+ reload
end
# Removes an existing dhcp configuration set
#
# dhcp_option.destroy