Method: Fog::Compute::Cloudstack::Real#acquire_ip_address
- Defined in:
- lib/fog/cloudstack/requests/compute/acquire_ip_address.rb
#acquire_ip_address(options = {}) ⇒ Object
Creates an account.
9 10 11 12 13 14 15 |
# File 'lib/fog/cloudstack/requests/compute/acquire_ip_address.rb', line 9 def acquire_ip_address(={}) .merge!( 'command' => 'associateIpAddress' ) request() end |