Class: Ansible::Ruby::Modules::Bigip_monitor_tcp

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

Overview

Manages F5 BIG-IP LTM tcp 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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#descriptionObject?

Returns The description of the monitor.

Returns:

  • (Object, nil)

    The description of the monitor.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 20

attribute :description

#intervalObject?

Returns The interval specifying how frequently the monitor instance of this template will run. If this parameter is not provided when creating a new monitor, then the default value will be 5. This value B(must) be less than the C(timeout) value.

Returns:

  • (Object, nil)

    The interval specifying how frequently the monitor instance of this template will run. If this parameter is not provided when creating a new monitor, then the default value will be 5. This value B(must) be less than the C(timeout) value.



37
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 37

attribute :interval

#ipObject?

Returns IP address part of the IP/port definition. If this parameter is not provided when creating a new monitor, then the default value will be ‘*’.,If this value is an IP address, and the C(type) is C(tcp) (the default), then a C(port) number must be specified.

Returns:

  • (Object, nil)

    IP address part of the IP/port definition. If this parameter is not provided when creating a new monitor, then the default value will be ‘*’.,If this value is an IP address, and the C(type) is C(tcp) (the default), then a C(port) number must be specified.



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

attribute :ip

#nameString

Returns Monitor name.

Returns:

  • (String)

    Monitor name.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 12

attribute :name

#parentString?

Returns The parent template of this monitor template. Once this value has been set, it cannot be changed. By default, this value is the C(tcp) parent on the C(Common) partition.

Returns:

  • (String, nil)

    The parent template of this monitor template. Once this value has been set, it cannot be changed. By default, this value is the C(tcp) parent on the C(Common) partition.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 16

attribute :parent

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



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

attribute :partition

#portObject?

Returns Port address part of the IP/port definition. If this parameter is not provided when creating a new monitor, then the default value will be ‘*’. Note that if specifying an IP address, a value between 1 and 65535 must be specified,This argument is not supported for TCP Echo types.

Returns:

  • (Object, nil)

    Port address part of the IP/port definition. If this parameter is not provided when creating a new monitor, then the default value will be ‘*’. Note that if specifying an IP address, a value between 1 and 65535 must be specified,This argument is not supported for TCP Echo types.



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

attribute :port

#receiveString?

Returns The receive string for the monitor call.

Returns:

  • (String, nil)

    The receive string for the monitor call.



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

attribute :receive

#sendString?

Returns The send string for the monitor call.

Returns:

  • (String, nil)

    The send string for the monitor call.



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

attribute :send

#state:present, ...

Returns When C(present), ensures that the monitor exists.,When C(absent), ensures the monitor is removed.

Returns:

  • (:present, :absent, nil)

    When C(present), ensures that the monitor exists.,When C(absent), ensures the monitor is removed.



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

attribute :state

#time_until_upObject?

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. If this parameter is not provided when creating a new monitor, then the default value will be 0.

Returns:

  • (Object, 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. If this parameter is not provided when creating a new monitor, then the default value will be 0.



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

attribute :time_until_up

#timeoutObject?

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. If this parameter is not provided when creating a new monitor, then the default value will be 16.

Returns:

  • (Object, 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. If this parameter is not provided when creating a new monitor, then the default value will be 16.



40
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 40

attribute :timeout