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

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

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, #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.



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

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.



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

attribute :host

#monitor_state:enabled, ...

Returns Set monitor availability status for node.

Returns:

  • (:enabled, :disabled, nil)

    Set monitor availability status for node



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

attribute :monitor_state

#nameString?

Returns Node name.

Returns:

  • (String, nil)

    Node name



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

attribute :name

#partitionString?

Returns Partition.

Returns:

  • (String, nil)

    Partition



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

attribute :partition

#passwordObject

Returns BIG-IP password.

Returns:

  • (Object)

    BIG-IP password



18
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.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_node.rb', line 10

attribute :server

#session_state:enabled, ...

Returns Set new session availability status for node.

Returns:

  • (:enabled, :disabled, nil)

    Set new session availability status for node



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

attribute :session_state

#state:present, :absent

Returns Pool member state.

Returns:

  • (:present, :absent)

    Pool member state



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

attribute :state

#userObject

Returns BIG-IP username.

Returns:

  • (Object)

    BIG-IP username



14
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.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_node.rb', line 22

attribute :validate_certs