Class: Ansible::Ruby::Modules::Bigip_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_facts
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_facts.rb
Overview
Collect facts from F5 BIG-IP devices via iControl SOAP API
Instance Method Summary collapse
-
#filter ⇒ Object?
Shell-style glob matching string used to filter fact keys.
-
#include ⇒ :address_class, ...
Fact category or list of categories to collect.
-
#session ⇒ Symbol?
BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.
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
#filter ⇒ Object?
Returns Shell-style glob matching string used to filter fact keys. Not applicable for software, provision, and system_info fact categories.
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_facts.rb', line 20 attribute :filter |
#include ⇒ :address_class, ...
Returns Fact category or list of categories to collect.
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_facts.rb', line 16 attribute :include |
#session ⇒ Symbol?
Returns BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_facts.rb', line 12 attribute :session |