Class: Ansible::Ruby::Modules::Bigip_gtm_monitor_external
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_gtm_monitor_external
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb
Overview
Manages external GTM monitors on a BIG-IP.
Instance Method Summary collapse
-
#arguments ⇒ Object?
Specifies any command-line arguments that the script requires.
-
#external_program ⇒ Object?
Specifies the name of the file for the monitor to use.
-
#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
Specifies the name of the monitor.
-
#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.
-
#state ⇒ :present, ...
When C(present), ensures that the monitor exists.,When C(absent), ensures the monitor is removed.
-
#timeout ⇒ Integer?
The number of seconds in which the node or service must respond to the monitor request.
-
#variables ⇒ Hash?
Specifies any variables that the script requires.,Note that double quotes in values will be suppressed.
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
#arguments ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 20 attribute :arguments |
#external_program ⇒ Object?
29 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 29 attribute :external_program |
#interval ⇒ Object?
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 32 attribute :interval |
#ip ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 23 attribute :ip |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 12 attribute :name |
#parent ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 16 attribute :parent |
#partition ⇒ String?
43 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 43 attribute :partition |
#port ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 26 attribute :port |
#state ⇒ :present, ...
47 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 47 attribute :state |
#timeout ⇒ Integer?
35 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 35 attribute :timeout |
#variables ⇒ Hash?
39 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_external.rb', line 39 attribute :variables |