Method: Fog::Generators::Compute::VcloudDirector::VmNetwork#ip_address_allocation_mode=
- Defined in:
- lib/fog/vcloud_director/generators/compute/vm_network.rb
#ip_address_allocation_mode=(new_ip_address_allocation_mode) ⇒ Object
80 81 82 |
# File 'lib/fog/vcloud_director/generators/compute/vm_network.rb', line 80 def ip_address_allocation_mode=(new_ip_address_allocation_mode) @attrs[:ip_address_allocation_mode] = new_ip_address_allocation_mode end |