Class: Ansible::Ruby::Modules::Bigip_gtm_monitor_https
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_gtm_monitor_https
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb
Overview
Manages F5 BIG-IP GTM https monitors.
Instance Method Summary collapse
-
#cipher_list ⇒ Object?
Specifies the list of ciphers for this monitor.,The items in the cipher list are separated with the colon C(:) symbol.,When creating a new monitor, if this parameter is not specified, the default list is C(DEFAULT:+SHA:+3DES:+kEDH).
-
#client_cert ⇒ Object?
Specifies a fully-qualified path for a client certificate that the monitor sends to the target SSL server.
-
#client_key ⇒ Object?
Specifies a key for a client certificate that the monitor sends to the target SSL server.
-
#compatibility ⇒ Symbol?
Specifies, when enabled, that the SSL options setting (in OpenSSL) is set to B(all).,When creating a new monitor, if this value is not specified, the default is C(yes).
-
#ignore_down_response ⇒ Symbol?
Specifies that the monitor allows more than one probe attempt per interval.,When C(yes), specifies that the monitor ignores down responses for the duration of the monitor timeout.
-
#interval ⇒ Object?
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 30.,This value B(must) be less than the C(timeout) value.
-
#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.
-
#port ⇒ Integer?
Port address part of the IP/port definition.
-
#probe_timeout ⇒ Object?
Specifies the number of seconds after which the system times out the probe request to the system.,When creating a new monitor, if this parameter is not provided, then the default value will be C(5).
-
#receive ⇒ String?
The receive string for the monitor call.
-
#reverse ⇒ Symbol?
Instructs the system to mark the target resource down when the test is successful.
-
#send ⇒ String?
The send string for the monitor call.,When creating a new monitor, if this parameter is not provided, the default of C(GET /rn) will be used.
-
#state ⇒ :present, ...
When C(present), ensures that the monitor exists.,When C(absent), ensures the monitor is removed.
-
#target_password ⇒ Object?
Specifies the password, if the monitored target requires authentication.
-
#target_username ⇒ Object?
Specifies the user name, if the monitored target requires authentication.
-
#timeout ⇒ Object?
The number of seconds in which the node or service must respond to the monitor request.
-
#transparent ⇒ Symbol?
Specifies whether the monitor operates in transparent mode.,A monitor in transparent mode directs traffic through the associated pool members or nodes (usually a router or firewall) to the aliased destination (that is, it probes the C(ip)-C(port) combination specified in the monitor).,If the monitor cannot successfully reach the aliased destination, the pool member or node through which the monitor traffic was sent is marked down.,When creating a new monitor, if this parameter is not provided, then the default value will be C(no).
-
#update_password ⇒ :always, ...
C(always) will update passwords if the C(target_password) is specified.,C(on_create) will only set the password for newly created monitors.
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
#cipher_list ⇒ Object?
75 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 75 attribute :cipher_list |
#client_cert ⇒ Object?
82 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 82 attribute :client_cert |
#client_key ⇒ Object?
85 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 85 attribute :client_key |
#compatibility ⇒ Symbol?
78 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 78 attribute :compatibility |
#ignore_down_response ⇒ Symbol?
53 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 53 attribute :ignore_down_response |
#interval ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 36 attribute :interval |
#ip ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 28 attribute :ip |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 12 attribute :name |
#parent ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 16 attribute :parent |
#partition ⇒ String?
42 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 42 attribute :partition |
#port ⇒ Integer?
32 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 32 attribute :port |
#probe_timeout ⇒ Object?
50 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 50 attribute :probe_timeout |
#receive ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 24 attribute :receive |
#reverse ⇒ Symbol?
61 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 61 attribute :reverse |
#send ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 20 attribute :send |
#state ⇒ :present, ...
46 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 46 attribute :state |
#target_password ⇒ Object?
68 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 68 attribute :target_password |
#target_username ⇒ Object?
65 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 65 attribute :target_username |
#timeout ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 39 attribute :timeout |
#transparent ⇒ Symbol?
57 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 57 attribute :transparent |
#update_password ⇒ :always, ...
71 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_gtm_monitor_https.rb', line 71 attribute :update_password |