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

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

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



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

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”.



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

attribute :ip

#nameString

Returns Monitor name.

Returns:

  • (String)

    Monitor name



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

attribute :name

#parentString?

Returns The parent template of this monitor template.

Returns:

  • (String, nil)

    The parent template of this monitor template



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

attribute :parent

#parent_partitionString?

Returns Partition for the parent monitor.

Returns:

  • (String, nil)

    Partition for the parent monitor



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

attribute :parent_partition

#partitionString?

Returns Partition for the monitor.

Returns:

  • (String, nil)

    Partition for the monitor



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

attribute :partition

#passwordString

Returns BIG-IP password.

Returns:

  • (String)

    BIG-IP password



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

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.



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

attribute :port

#receiveString

Returns The receive string for the monitor call.

Returns:

  • (String)

    The receive string for the monitor call



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

attribute :receive

#receive_disableString

Returns The receive disable string for the monitor call.

Returns:

  • (String)

    The receive disable string for the monitor call



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

attribute :receive_disable

#sendString

Returns The send string for the monitor call.

Returns:

  • (String)

    The send string for the monitor call



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

attribute :send

#serverString

Returns BIG-IP host.

Returns:

  • (String)

    BIG-IP host



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

attribute :server

#state:present, ...

Returns Monitor state.

Returns:

  • (:present, :absent, nil)

    Monitor state



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

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.



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

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.



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

attribute :timeout

#userString

Returns BIG-IP username.

Returns:

  • (String)

    BIG-IP username



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

attribute :validate_certs