Sha256: ab1f8b50cef6d94c03ed0b2305e0bc65c1034483104ba479a8b3a4d8316df792

Contents?: true

Size: 428 Bytes

Versions: 1

Compression:

Stored size: 428 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all static routes
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listStaticRoutes.html]
        def list_static_routes(options={})
          options.merge!(
            'command' => 'listStaticRoutes'  
          )
          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_static_routes.rb