Sha256: 786a28fefdce4e6ba871a391b45c91e71be932517dfd66e29f80f03e112df957

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists remote access vpns
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listRemoteAccessVpns.html]
        def list_remote_access_vpns(publicipid, options={})
          options.merge!(
            'command' => 'listRemoteAccessVpns', 
            'publicipid' => publicipid  
          )
          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_remote_access_vpns.rb