Class: Ansible::Ruby::Modules::Eos_eapi

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

Overview

Use to enable or disable eAPI access, and set the port and state of http, https, local_http and unix-socket servers. When enabling eAPI access the default is to enable HTTP on port 80, enable HTTPS on port 443, disable local HTTP, and disable Unix socket server. Use the options listed below to override the default configuration. Requires EOS v4.12 or greater.

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

#configObject?



46
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 46

attribute :config

#http:yes, ...



14
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 14

attribute :http

#http_portInteger?



18
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 18

attribute :http_port

#https:yes, ...



22
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 22

attribute :https

#https_portInteger?



26
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 26

attribute :https_port

#local_http:yes, ...



30
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 30

attribute :local_http

#local_http_portInteger?



34
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 34

attribute :local_http_port

#socket:yes, ...



38
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 38

attribute :socket

#state:started, ...



49
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 49

attribute :state

#vrfString?



42
# File 'lib/ansible/ruby/modules/generated/network/eos/eos_eapi.rb', line 42

attribute :vrf