Sha256: 46d953e14f43fdda56237af869d9031b7029ad3b9993110229166da8efc7a5d2

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Reset site to site vpn connection
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/resetVpnConnection.html]
        def reset_vpn_connection(id, options={})
          options.merge!(
            'command' => 'resetVpnConnection', 
            'id' => id  
          )
          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/reset_vpn_connection.rb