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/extras/cloud/amazon/route53_health_check.rb
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_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#failure_threshold ⇒ 1, ...
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 40 attribute :failure_threshold |
#fqdn ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 28 attribute :fqdn |
#ip_address ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 14 attribute :ip_address |
#port ⇒ Object?
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 17 attribute :port |
#request_interval ⇒ 10, 30
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 36 attribute :request_interval |
#resource_path ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 24 attribute :resource_path |
#state ⇒ :present, :absent
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 10 attribute :state |
#string_match ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 32 attribute :string_match |
#type ⇒ :HTTP, ...
20 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb', line 20 attribute :type |