Class: Ansible::Ruby::Modules::Bigip_monitor_tcp_echo
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_monitor_tcp_echo
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb
Overview
Manages F5 BIG-IP LTM tcp echo monitors.
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 ⇒ String?
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.
-
#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_echo.rb', line 20 attribute :description |
#interval ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 27 attribute :interval |
#ip ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 23 attribute :ip |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 12 attribute :name |
#parent ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 16 attribute :parent |
#partition ⇒ String?
36 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 36 attribute :partition |
#state ⇒ :present, ...
40 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 40 attribute :state |
#time_until_up ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 33 attribute :time_until_up |
#timeout ⇒ Object?
30 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_monitor_tcp_echo.rb', line 30 attribute :timeout |