Class: Ansible::Ruby::Modules::Bigip_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.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

#filterObject?

Returns Shell-style glob matching string used to filter fact keys. Not applicable for software and system_info fact categories.

Returns:

  • (Object, nil)

    Shell-style glob matching string used to filter fact keys. Not applicable for software and system_info fact categories.



34
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 34

attribute :filter

#include:address_class, ...

Returns Fact category or list of categories to collect.

Returns:

  • (:address_class, :certificate, :client_ssl_profile, :device, :device_group, :interface, :key, :node, :pool, :rule, :self_ip, :software, :system_info, :traffic_group, :trunk, :virtual_address, :virtual_server, :vlan)

    Fact category or list of categories to collect



30
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 30

attribute :include

#passwordObject

Returns BIG-IP password.

Returns:

  • (Object)

    BIG-IP password



18
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 18

attribute :password

#serverObject

Returns BIG-IP host.

Returns:

  • (Object)

    BIG-IP host



10
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 10

attribute :server

#sessionBoolean?

Returns BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.

Returns:

  • (Boolean, nil)

    BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.



26
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 26

attribute :session

#userObject

Returns BIG-IP username.

Returns:

  • (Object)

    BIG-IP username



14
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 14

attribute :user

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites. Prior to 2.0, this module would always validate on python >= 2.7.9 and never validate on python <= 2.7.8.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites. Prior to 2.0, this module would always validate on python >= 2.7.9 and never validate on python <= 2.7.8



22
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 22

attribute :validate_certs