Class: Ansible::Ruby::Modules::Nginx_status_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Nginx_status_facts
- Defined in:
- lib/ansible/ruby/modules/generated/web_infrastructure/nginx_status_facts.rb
Overview
Gathers facts from nginx from an URL having C(stub_status) enabled.
Instance Method Summary collapse
-
#timeout ⇒ Integer?
HTTP connection timeout in seconds.
-
#url ⇒ String
URL of the nginx status.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#timeout ⇒ Integer?
Returns HTTP connection timeout in seconds.
16 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/nginx_status_facts.rb', line 16 attribute :timeout |
#url ⇒ String
Returns URL of the nginx status.
12 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/nginx_status_facts.rb', line 12 attribute :url |