Class: Ansible::Ruby::Modules::Netconf_get
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Netconf_get
- Defined in:
- lib/ansible/ruby/modules/generated/network/netconf/netconf_get.rb
Overview
NETCONF is a network management protocol developed and standardized by the IETF. It is documented in RFC 6241. This module allows the user to fetch configuration and state data from NETCONF enabled network devices.
Instance Method Summary collapse
-
#display ⇒ :json, ...
Encoding scheme to use when serializing output from the device.
-
#filter ⇒ String?
This argument specifies the XML string which acts as a filter to restrict the portions of the data to be are retrieved from the remote device.
-
#lock ⇒ :never, ...
Instructs the module to explicitly lock the datastore specified as C(source).
-
#source ⇒ :running, ...
This argument specifies the datastore from which configuration data should be fetched.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#display ⇒ :json, ...
21 |
# File 'lib/ansible/ruby/modules/generated/network/netconf/netconf_get.rb', line 21 attribute :display |
#filter ⇒ String?
17 |
# File 'lib/ansible/ruby/modules/generated/network/netconf/netconf_get.rb', line 17 attribute :filter |
#lock ⇒ :never, ...
25 |
# File 'lib/ansible/ruby/modules/generated/network/netconf/netconf_get.rb', line 25 attribute :lock |
#source ⇒ :running, ...
13 |
# File 'lib/ansible/ruby/modules/generated/network/netconf/netconf_get.rb', line 13 attribute :source |