class HrrRbNetconf::Server::Capability::ConfirmedCommit_1_1
Constants
- DEPENDENCIES
- ID
- IF_FEATURES
Public Instance Methods
define_capability()
click to toggle source
# File lib/hrr_rb_netconf/server/capability/confirmed_commit_1_1.rb, line 12 def define_capability oper_proc('cancel-commit'){ |session, datastore, input_e| datastore.run 'cancel-commit', input_e '<ok />' } model 'commit', ['confirmed'], 'leaf', 'type' => 'empty' model 'commit', ['confirm-timeout'], 'leaf', 'type' => 'integer', 'range' => [1, 2**32-1], 'default' => '600' model 'commit', ['persist'], 'leaf', 'type' => 'string' model 'commit', ['persist-id'], 'leaf', 'type' => 'string' end