Class: Ansible::Ruby::Modules::Junos_netconf

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/junos/junos_netconf.rb

Overview

This module provides an abstraction that enables and configures the netconf system service running on Junos devices. This module can be used to easily enable the Netconf API. Netconf provides a programmatic interface for working with configuration and state resources as defined in RFC 6242. If the C(netconf_port) is not mentioned in the task by default netconf will be enabled on port 830 only.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#netconf_portInteger?



12
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_netconf.rb', line 12

attribute :netconf_port

#state:present, ...



16
# File 'lib/ansible/ruby/modules/generated/network/junos/junos_netconf.rb', line 16

attribute :state