Class: Ansible::Ruby::Modules::Iosxr_netconf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Iosxr_netconf
- Defined in:
- lib/ansible/ruby/modules/generated/network/iosxr/iosxr_netconf.rb
Overview
This module provides an abstraction that enables and configures the netconf system service running on Cisco IOS-XR Software. 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.
Instance Method Summary collapse
-
#netconf_port ⇒ Integer?
This argument specifies the port the netconf service should listen on for SSH connections.
-
#netconf_vrf ⇒ String?
Netconf vrf name.
-
#state ⇒ :present, ...
Specifies the state of the C(iosxr_netconf) resource on the remote device.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#netconf_port ⇒ Integer?
12 |
# File 'lib/ansible/ruby/modules/generated/network/iosxr/iosxr_netconf.rb', line 12 attribute :netconf_port |
#netconf_vrf ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/iosxr/iosxr_netconf.rb', line 16 attribute :netconf_vrf |
#state ⇒ :present, ...
20 |
# File 'lib/ansible/ruby/modules/generated/network/iosxr/iosxr_netconf.rb', line 20 attribute :state |