Class: Ansible::Ruby::Modules::Bigip_node

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb

Overview

Manages F5 BIG-IP LTM nodes via iControl SOAP API

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

#descriptionObject?

Returns Node description.

Returns:

  • (Object, nil)

    Node description.



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

attribute :description

#hostObject

Returns Node IP. Required when state=present and node does not exist. Error when state=absent.

Returns:

  • (Object)

    Node IP. Required when state=present and node does not exist. Error when state=absent.



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

attribute :host

#monitor_state:enabled, ...

Returns Set monitor availability status for node.

Returns:

  • (:enabled, :disabled, nil)

    Set monitor availability status for node



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

attribute :monitor_state

#nameString?

Returns Node name.

Returns:

  • (String, nil)

    Node name



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

attribute :name

#partitionString?

Returns Partition.

Returns:

  • (String, nil)

    Partition



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

attribute :partition

#passwordObject

Returns BIG-IP password.

Returns:

  • (Object)

    BIG-IP password



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

attribute :password

#serverObject

Returns BIG-IP host.

Returns:

  • (Object)

    BIG-IP host



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

attribute :server

#session_state:enabled, ...

Returns Set new session availability status for node.

Returns:

  • (:enabled, :disabled, nil)

    Set new session availability status for node



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

attribute :session_state

#state:present, :absent

Returns Pool member state.

Returns:

  • (:present, :absent)

    Pool member state



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

attribute :state

#userObject

Returns BIG-IP username.

Returns:

  • (Object)

    BIG-IP username



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

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



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

attribute :validate_certs