Sha256: e1c4103086a7e2d11ea6249b44642d89a727862ae03281f6121370dc71d259d2

Contents?: true

Size: 627 Bytes

Versions: 28

Compression:

Stored size: 627 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Updates remote access vpn
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/updateRemoteAccessVpn.html]
        def update_remote_access_vpn(*args)
          options = {}
          if args[0].is_a? Hash
            options = args[0]
            options.merge!('command' => 'updateRemoteAccessVpn') 
          else
            options.merge!('command' => 'updateRemoteAccessVpn', 
            'id' => args[0])
          end
          request(options)
        end
      end

    end
  end
end

Version data entries

28 entries across 26 versions & 4 rubygems

Version Path
fog-1.30.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
fog-1.29.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
fog-1.28.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
fog-1.27.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
fog-1.26.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
fog-1.25.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
nsidc-fog-1.24.1 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb
fog-1.24.0 lib/fog/cloudstack/requests/compute/update_remote_access_vpn.rb