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