Class: Ansible::Ruby::Modules::Bigip_monitor_http

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

Overview

Manages F5 BIG-IP LTM monitors 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

#intervalString?

Returns The interval specifying how frequently the monitor instance of this template will run. By default, this interval is used for up and down states. The default API setting is 5.

Returns:

  • (String, nil)

    The interval specifying how frequently the monitor instance of this template will run. By default, this interval is used for up and down states. The default API setting is 5.



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

attribute :interval

#ipString?

Returns IP address part of the ipport definition. The default API setting is “0.0.0.0”.

Returns:

  • (String, nil)

    IP address part of the ipport definition. The default API setting is “0.0.0.0”.



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

attribute :ip

#nameString

Returns Monitor name.

Returns:

  • (String)

    Monitor name



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

attribute :name

#parentString?

Returns The parent template of this monitor template.

Returns:

  • (String, nil)

    The parent template of this monitor template



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

attribute :parent

#parent_partitionString?

Returns Partition for the parent monitor.

Returns:

  • (String, nil)

    Partition for the parent monitor



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

attribute :parent_partition

#partitionString?

Returns Partition for the monitor.

Returns:

  • (String, nil)

    Partition for the monitor



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

attribute :partition

#passwordString

Returns BIG-IP password.

Returns:

  • (String)

    BIG-IP password



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

attribute :password

#portString?

Returns port address part op the ipport definition. The default API setting is 0.

Returns:

  • (String, nil)

    port address part op the ipport definition. The default API setting is 0.



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

attribute :port

#receiveString

Returns The receive string for the monitor call.

Returns:

  • (String)

    The receive string for the monitor call



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

attribute :receive

#receive_disableString

Returns The receive disable string for the monitor call.

Returns:

  • (String)

    The receive disable string for the monitor call



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

attribute :receive_disable

#sendString

Returns The send string for the monitor call.

Returns:

  • (String)

    The send string for the monitor call



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

attribute :send

#serverString

Returns BIG-IP host.

Returns:

  • (String)

    BIG-IP host



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

attribute :server

#state:present, ...

Returns Monitor state.

Returns:

  • (:present, :absent, nil)

    Monitor state



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

attribute :state

#time_until_upString?

Returns Specifies the amount of time in seconds after the first successful response before a node will be marked up. A value of 0 will cause a node to be marked up immediately after a valid response is received from the node. The default API setting is 0.

Returns:

  • (String, nil)

    Specifies the amount of time in seconds after the first successful response before a node will be marked up. A value of 0 will cause a node to be marked up immediately after a valid response is received from the node. The default API setting is 0.



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

attribute :time_until_up

#timeoutString?

Returns The number of seconds in which the node or service must respond to the monitor request. If the target responds within the set time period, it is considered up. If the target does not respond within the set time period, it is considered down. You can change this number to any number you want, however, it should be 3 times the interval number of seconds plus 1 second. The default API setting is 16.

Returns:

  • (String, nil)

    The number of seconds in which the node or service must respond to the monitor request. If the target responds within the set time period, it is considered up. If the target does not respond within the set time period, it is considered down. You can change this number to any number you want, however, it should be 3 times the interval number of seconds plus 1 second. The default API setting is 16.



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

attribute :timeout

#userString

Returns BIG-IP username.

Returns:

  • (String)

    BIG-IP username



15
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_monitor_http.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_monitor_http.rb', line 23

attribute :validate_certs