Class: Ansible::Ruby::Modules::Bigip_monitor_tcp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_monitor_tcp
- 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
-
#description ⇒ Object?
The description of the monitor.
-
#interval ⇒ Object?
The interval specifying how frequently the monitor instance of this template will run.
-
#ip ⇒ Object?
IP address part of the IP/port definition.
-
#name ⇒ String
Monitor name.
-
#parent ⇒ String?
The parent template of this monitor template.
-
#partition ⇒ String?
Device partition to manage resources on.
-
#port ⇒ Object?
Port address part of the IP/port definition.
-
#receive ⇒ String?
The receive string for the monitor call.
-
#send ⇒ String?
The send string for the monitor call.
-
#state ⇒ :present, ...
When C(present), ensures that the monitor exists.,When C(absent), ensures the monitor is removed.
-
#time_until_up ⇒ Object?
Specifies the amount of time in seconds after the first successful response before a node will be marked up.
-
#timeout ⇒ Object?
The number of seconds in which the node or service must respond to the monitor request.
Methods inherited from Base
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
#description ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 20 attribute :description |
#interval ⇒ Object?
37 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 37 attribute :interval |
#ip ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 31 attribute :ip |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 12 attribute :name |
#parent ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 16 attribute :parent |
#partition ⇒ String?
46 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 46 attribute :partition |
#port ⇒ Object?
34 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 34 attribute :port |
#receive ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 27 attribute :receive |
#send ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 23 attribute :send |
#state ⇒ :present, ...
50 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 50 attribute :state |
#time_until_up ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 43 attribute :time_until_up |
#timeout ⇒ Object?
40 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp.rb', line 40 attribute :timeout |