Class: Ansible::Ruby::Modules::Route53_health_check
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Route53_health_check
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb
Overview
Creates and deletes DNS Health checks in Amazons Route53 service Only the port, resource_path, string_match and request_interval are considered when updating existing health-checks.
Instance Method Summary collapse
-
#failure_threshold ⇒ 1, ...
The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.
-
#fqdn ⇒ String?
Domain name of the endpoint to check.
-
#ip_address ⇒ Object?
IP address of the end-point to check.
-
#port ⇒ Object?
The port on the endpoint on which you want Amazon Route 53 to perform health checks.
-
#request_interval ⇒ 10, 30
The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.
-
#resource_path ⇒ String?
The path that you want Amazon Route 53 to request when performing health checks.
-
#state ⇒ :present, :absent
Specifies the action to take.
-
#string_match ⇒ String?
If the check type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource.
-
#type ⇒ :HTTP, ...
The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.
Methods inherited from Base
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
#failure_threshold ⇒ 1, ...
43 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 43 attribute :failure_threshold |
#fqdn ⇒ String?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 31 attribute :fqdn |
#ip_address ⇒ Object?
17 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 17 attribute :ip_address |
#port ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 20 attribute :port |
#request_interval ⇒ 10, 30
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 39 attribute :request_interval |
#resource_path ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 27 attribute :resource_path |
#state ⇒ :present, :absent
13 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 13 attribute :state |
#string_match ⇒ String?
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 35 attribute :string_match |
#type ⇒ :HTTP, ...
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/route53_health_check.rb', line 23 attribute :type |