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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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_onInteger

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.

Returns:

  • (Integer)

    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.

Returns:

  • (:present, :absent)

    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