Class: Ansible::Ruby::Modules::Nxos_nxapi

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.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

#httpBoolean?

Returns Enable/disable HTTP server.

Returns:

  • (Boolean, nil)

    Enable/disable HTTP server.



22
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb', line 22

attribute :http

#http_portInteger?

Returns Port on which the HTTP server will listen.

Returns:

  • (Integer, nil)

    Port on which the HTTP server will listen.



14
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb', line 14

attribute :http_port

#httpsBoolean?

Returns Enable/disable HTTPS server.

Returns:

  • (Boolean, nil)

    Enable/disable HTTPS server.



26
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb', line 26

attribute :https

#https_portInteger?

Returns Port on which the HTTPS server will listen.

Returns:

  • (Integer, nil)

    Port on which the HTTPS server will listen.



18
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb', line 18

attribute :https_port

#sandboxBoolean?

Returns Enable/disable NXAPI web based UI for entering commands.

Returns:

  • (Boolean, nil)

    Enable/disable NXAPI web based UI for entering commands.



30
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb', line 30

attribute :sandbox

#state:started, ...

Returns Set to started or stopped. A state of started will enable NXAPI access, and a state of stopped will disable or shutdown all NXAPI access.

Returns:

  • (:started, :stopped, nil)

    Set to started or stopped. A state of started will enable NXAPI access, and a state of stopped will disable or shutdown all NXAPI access.



10
# File 'lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb', line 10

attribute :state