Sha256: 78761ec389e0738eda8a186f74b93386bc6bbd52005027534f847ebd84e9b0a0

Contents?: true

Size: 449 Bytes

Versions: 1

Compression:

Stored size: 449 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # List the ip forwarding rules
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listIpForwardingRules.html]
        def list_ip_forwarding_rules(options={})
          options.merge!(
            'command' => 'listIpForwardingRules'  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/list_ip_forwarding_rules.rb