Sha256: 3ba0ad00ac9926714ff888c1b2e738f36966be3220521115d4f9ba61c7567623

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all port forwarding rules for an IP address.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listPortForwardingRules.html]
        def list_port_forwarding_rules(options={})
          options.merge!(
            'command' => 'listPortForwardingRules'  
          )
          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_port_forwarding_rules.rb