Class: Ansible::Ruby::Modules::Junos_netconf
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Junos_netconf
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/junos/junos_netconf.rb
Instance Method Summary collapse
-
#listens_on ⇒ Integer
This argument specifies the port the netconf service should listen on for SSH connections.
-
#state ⇒ :present, :absent
Specifies the state of the M(junos_netconf) resource on the remote device.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#listens_on ⇒ Integer
Returns This argument specifies the port the netconf service should listen on for SSH connections. The default port as defined in RFC 6242 is 830.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_netconf.rb', line 10 attribute :listens_on |
#state ⇒ :present, :absent
Returns Specifies the state of the M(junos_netconf) resource on the remote device. If the O(state) argument is set to I(present) the netconf service will be configured. If the O(state) argument is set to I(absent) the netconf service will be removed from the configuration.
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/junos/junos_netconf.rb', line 14 attribute :state |