Class: Ansible::Ruby::Modules::Eos_eapi
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Eos_eapi
- Defined in:
- lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb
Instance Method Summary collapse
-
#http ⇒ Boolean?
Enable HTTP server access.
-
#http_port ⇒ Integer?
Port on which the HTTP server will listen.
-
#https ⇒ Boolean?
Enable HTTPS server access.
-
#https_port ⇒ Integer?
Port on which the HTTPS server will listen.
-
#local_http ⇒ Boolean?
Enable local HTTP server access.
-
#local_http_port ⇒ Integer?
Port on which the local HTTP server will listen.
-
#socket ⇒ Boolean?
Enable Unix socket server access.
-
#state ⇒ :started, ...
Set to started or stopped.
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
#http ⇒ Boolean?
Returns Enable HTTP server access.
26 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 26 attribute :http |
#http_port ⇒ Integer?
Returns Port on which the HTTP server will listen.
14 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 14 attribute :http_port |
#https ⇒ Boolean?
Returns Enable HTTPS server access.
30 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 30 attribute :https |
#https_port ⇒ Integer?
Returns Port on which the HTTPS server will listen.
18 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 18 attribute :https_port |
#local_http ⇒ Boolean?
Returns Enable local HTTP server access.
34 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 34 attribute :local_http |
#local_http_port ⇒ Integer?
Returns Port on which the local HTTP server will listen.
22 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 22 attribute :local_http_port |
#socket ⇒ Boolean?
Returns Enable Unix socket server access.
38 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 38 attribute :socket |
#state ⇒ :started, ...
Returns Set to started or stopped. A state of started will enable EAPI access, and a state of stopped will disable or shutdown all EAPI access.
10 |
# File 'lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb', line 10 attribute :state |